Poncho
#B08E6FA medium, muted neutral with warm grounding. Pairs effortlessly with bolder accents without competing.
Spec Sheet
Hex#B08E6F
RGB176, 142, 111
HSL29°, 29%, 56%
On White 3.02:1 AA Large
On Black 6.94:1 AA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F4F2F1 Text: #1F170F Accent: #B08E6F Support: #7790A6 Neutral: #D7D6C1 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 Poncho Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F4F2F1;
--palette-ink: #1F170F;
--palette-accent: #B08E6F;
--palette-support: #7790A6;
--palette-neutral: #D7D6C1;
}Tailwind Config
{
"palette-background": "#F4F2F1",
"palette-ink": "#1F170F",
"palette-accent": "#B08E6F",
"palette-support": "#7790A6",
"palette-neutral": "#D7D6C1"
}Color Blindness Simulation
#99906D
Protanopia#A19770
Deuteranopia#BB8786
TritanopiaBuild a design system around Poncho.