Butterscotch
#B67D3CA glowing, muted orange value that brings depth to any palette.
Spec Sheet
Hex#B67D3C
RGB182, 125, 60
HSL32°, 50%, 47%
On White 3.51:1 AA Large
On Black 5.99:1 AA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F1F0EE Text: #362A1C Accent: #B67D3C Support: #5484BB Neutral: #D2D3C5 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 Butterscotch Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F1F0EE;
--palette-ink: #362A1C;
--palette-accent: #B67D3C;
--palette-support: #5484BB;
--palette-neutral: #D2D3C5;
}Tailwind Config
{
"palette-background": "#F1F0EE",
"palette-ink": "#362A1C",
"palette-accent": "#B67D3C",
"palette-support": "#5484BB",
"palette-neutral": "#D2D3C5"
}Color Blindness Simulation
#908135
Protanopia#9D8E3D
Deuteranopia#C6706F
TritanopiaBuild a design system around Butterscotch.