Yellow Orange
See how #FFB347 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Yellow Orange Base */
--color-primary: #FFB347;
--color-primary-rgb: 255 179 71;
--color-primary-hsl: 35 100% 64%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #fff4e5;
--color-primary-100: #ffdfb3;
--color-primary-200: #ffca80;
--color-primary-300: #ffb54d;
--color-primary-400: #ff9f1a;
--color-primary-500: #e68600;
--color-primary-600: #b36800;
--color-primary-700: #804a00;
--color-primary-800: #4d2d00;
--color-primary-900: #1a0f00;
}