Atomic Tangerine
See how #FF9966 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Atomic Tangerine Base */
--color-primary: #FF9966;
--color-primary-rgb: 255 153 102;
--color-primary-hsl: 20 100% 70%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #ffeee5;
--color-primary-100: #ffccb3;
--color-primary-200: #ffaa80;
--color-primary-300: #ff884d;
--color-primary-400: #ff661a;
--color-primary-500: #e64c00;
--color-primary-600: #b33b00;
--color-primary-700: #802a00;
--color-primary-800: #4d1900;
--color-primary-900: #1a0800;
}