Colors

Use our custom color options to add color to your backgrounds, text or to change the color scheme.

List of variables

Here's the list of variables available for customization:

    --background: 0 0% 100%;
    --foreground: 244 47% 20%;

    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;

    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;

    --primary: 243.4 75.36% 58.63%;
    --primary-foreground: 210 40% 98%;

    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;

    --muted: 210 40% 96.1%;
    --muted-foreground: 215 19% 35%;

    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;

    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;

    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 0 0% 3.92%;

    --radius: 0.5rem;

To change the colors to a custom colors, open src/app/global.css and assign your own custom color value to those fields. Please make sure you use the colors hsl format and there will be comma separated.