Brown Rust
See how #AF593E looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Brown Rust Base */
--color-primary: #AF593E;
--color-primary-rgb: 175 89 62;
--color-primary-hsl: 14 48% 46%;
/* Foreground text color based on contrast */
--color-primary-foreground: #ffffff;
/* Shades */
--color-primary-50: #f8efec;
--color-primary-100: #ebcfc6;
--color-primary-200: #deafa1;
--color-primary-300: #d18f7b;
--color-primary-400: #c36f55;
--color-primary-500: #aa553c;
--color-primary-600: #84422e;
--color-primary-700: #5e2f21;
--color-primary-800: #391c14;
--color-primary-900: #130907;
}