Amber
See how #FFBF00 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Amber Base */
--color-primary: #FFBF00;
--color-primary-rgb: 255 191 0;
--color-primary-hsl: 45 100% 50%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #fff9e5;
--color-primary-100: #ffecb3;
--color-primary-200: #ffdf80;
--color-primary-300: #ffd24d;
--color-primary-400: #ffc61a;
--color-primary-500: #e6ac00;
--color-primary-600: #b38600;
--color-primary-700: #806000;
--color-primary-800: #4d3900;
--color-primary-900: #1a1300;
}