Equatorial
#FFCB76A light, vivid orange with earthy character. Adds warmth to transitional and southwestern-inspired interiors.
Spec Sheet
Hex#FFCB76
RGB255, 203, 118
HSL37°, 100%, 73%
On White 1.49:1 Fail
On Black 14.06:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F4F3F0 Text: #2A2319 Accent: #FFCB76 Support: #6D8BBA Neutral: #CFD2B6 Rules: - Use Background for surfaces and canvas - Use Ink for body text and icons - Never use Accent as body text — contrast is too low - Maintain 4.5:1 minimum contrast for normal text
Design System from Equatorial Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F4F3F0;
--palette-ink: #2A2319;
--palette-accent: #FFCB76;
--palette-support: #6D8BBA;
--palette-neutral: #CFD2B6;
}Tailwind Config
{
"palette-background": "#F4F3F0",
"palette-ink": "#2A2319",
"palette-accent": "#FFCB76",
"palette-support": "#6D8BBA",
"palette-neutral": "#CFD2B6"
}Color Blindness Simulation
#E0CC6F
Protanopia#ECD978
Deuteranopia#FFBCB7
TritanopiaBuild a design system around Equatorial.