Sunglow
See how #FFC837 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Sunglow Base */
--color-primary: #FFC837;
--color-primary-rgb: 255 200 55;
--color-primary-hsl: 44 100% 61%;
/* 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;
}