Hit Pink
See how #FFAF7B 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: #FFAF7B;
--color-primary-rgb: 255 175 123;
--color-primary-hsl: 24 100% 74%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #fff0e5;
--color-primary-100: #ffd1b3;
--color-primary-200: #ffb380;
--color-primary-300: #ff944d;
--color-primary-400: #ff751a;
--color-primary-500: #e65c00;
--color-primary-600: #b34700;
--color-primary-700: #803300;
--color-primary-800: #4d1f00;
--color-primary-900: #1a0a00;
}