Styling

A guide to styling components with our color system.

Preview

Aa

Aa

Aa

Aa

Aa



Manual Install

@/app/global.css
:root {  --background: oklch(0.1913 0 0);  --foreground: oklch(0.9173 0.0133 82.4015);  --card: oklch(0.2264 0 0);  --card-foreground: oklch(0.9173 0.0133 82.4015);  --popover: oklch(0.2264 0 0);  --popover-foreground: oklch(0.9173 0.0133 82.4015);  --primary: oklch(0.852 0.0205 100.6306);  --primary-foreground: oklch(0.3329 0 0);  --secondary: oklch(0.252 0 0);  --secondary-foreground: oklch(0.852 0.0205 100.6306);  --muted: oklch(0.285 0 0);  --muted-foreground: oklch(0.6348 0.0113 81.7875);  --accent: oklch(0.3329 0 0);  --accent-foreground: oklch(0.852 0.0205 100.6306);  --destructive: oklch(0.6368 0.2078 25.3313);  --destructive-foreground: oklch(1 0 0);  --border: oklch(0.2931 0 0);  --input: oklch(0.2931 0 0);  --ring: oklch(0.852 0.0205 100.6306);    --font-sans: "Inter", sans-serif;  --font-serif: "Playfair Display", serif;  --font-mono: var(--font-mono);    --radius: 0.5rem;  --tracking-normal: 0.01em;  --spacing: 0.25rem;}

© 2026 candylol.dev