Holiday Cozy — 5-color palette
#8B0000#2D5016#F5E6D3#3E5C76#FFD700Hex codes
Hex
#8B0000
RGB
139, 0, 0
HSL
0°, 100%, 27%
Hex
#2D5016
RGB
45, 80, 22
HSL
96°, 57%, 20%
Hex
#F5E6D3
RGB
245, 230, 211
HSL
34°, 63%, 89%
Hex
#3E5C76
RGB
62, 92, 118
HSL
208°, 31%, 35%
Hex
#FFD700
RGB
255, 215, 0
HSL
51°, 100%, 50%
How to use this palette
The first color in Holiday Cozy is the dominant tone — use it for primary surfaces and backgrounds. The middle three are the supporting palette: one warm, one cool, one neutral. The last is the accent — reserve it for highlights, calls-to-action, and emphasis.
For web projects, copy the CSS variables below. For print or illustration, use the hex codes directly. If you’re designing for accessibility, check the contrast between the text and background colors before you ship.
CSS
:root {
--holiday-cozy-1: #8B0000;
--holiday-cozy-2: #2D5016;
--holiday-cozy-3: #F5E6D3;
--holiday-cozy-4: #3E5C76;
--holiday-cozy-5: #FFD700;
}