Hit Pink
See how #FFAB81 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Hit Pink Base */
--color-primary: #FFAB81;
--color-primary-rgb: 255 171 129;
--color-primary-hsl: 20 100% 75%;
/* 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;
}