Rust
See how #B7410E looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Rust Base */
--color-primary: #B7410E;
--color-primary-rgb: 183 65 14;
--color-primary-hsl: 18 86% 39%;
/* Foreground text color based on contrast */
--color-primary-foreground: #ffffff;
/* Shades */
--color-primary-50: #fdeee7;
--color-primary-100: #faccb8;
--color-primary-200: #f6a988;
--color-primary-300: #f38759;
--color-primary-400: #ef652a;
--color-primary-500: #d54b10;
--color-primary-600: #a63b0c;
--color-primary-700: #772a09;
--color-primary-800: #471905;
--color-primary-900: #180802;
}