Torch Red
See how #FF0844 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Torch Red Base */
--color-primary: #FF0844;
--color-primary-rgb: 255 8 68;
--color-primary-hsl: 345 100% 52%;
/* Foreground text color based on contrast */
--color-primary-foreground: #ffffff;
/* Shades */
--color-primary-50: #ffe5ec;
--color-primary-100: #ffb3c6;
--color-primary-200: #ff809f;
--color-primary-300: #ff4d79;
--color-primary-400: #ff1a53;
--color-primary-500: #e60039;
--color-primary-600: #b3002d;
--color-primary-700: #800020;
--color-primary-800: #4d0013;
--color-primary-900: #1a0006;
}