Cream Brulee
See how #FFE5A0 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Cream Brulee Base */
--color-primary: #FFE5A0;
--color-primary-rgb: 255 229 160;
--color-primary-hsl: 44 100% 81%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #fff8e5;
--color-primary-100: #ffebb3;
--color-primary-200: #ffdd80;
--color-primary-300: #ffcf4d;
--color-primary-400: #ffc21a;
--color-primary-500: #e6a800;
--color-primary-600: #b38300;
--color-primary-700: #805e00;
--color-primary-800: #4d3800;
--color-primary-900: #1a1300;
}