Fresh Air
#F5EDD0A light, assured yellow that reads as sunshine filtered through linen.
Spec Sheet
Hex#F5EDD0
RGB245, 237, 208
HSL47°, 65%, 89%
On White 1.17:1 Fail
On Black 17.91:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EDECE8 Text: #343122 Accent: #F5EDD0 Support: #6272AC Neutral: #CCD3BB 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 Fresh Air Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EDECE8;
--palette-ink: #343122;
--palette-accent: #F5EDD0;
--palette-support: #6272AC;
--palette-neutral: #CCD3BB;
}Tailwind Config
{
"palette-background": "#EDECE8",
"palette-ink": "#343122",
"palette-accent": "#F5EDD0",
"palette-support": "#6272AC",
"palette-neutral": "#CCD3BB"
}Color Blindness Simulation
#F4EBCE
Protanopia#F6EED1
Deuteranopia#FBE8E5
TritanopiaBuild a design system around Fresh Air.