Jazz Club — 5-color palette
#1A0F0A#3E1F0F#8B3A1A#C2491A#E8C9A0Hex codes
Hex
#1A0F0A
RGB
26, 15, 10
HSL
19°, 44%, 7%
Hex
#3E1F0F
RGB
62, 31, 15
HSL
20°, 61%, 15%
Hex
#8B3A1A
RGB
139, 58, 26
HSL
17°, 68%, 32%
Hex
#C2491A
RGB
194, 73, 26
HSL
17°, 76%, 43%
Hex
#E8C9A0
RGB
232, 201, 160
HSL
34°, 61%, 77%
How to use this palette
The first color in Jazz Club 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 {
--jazz-club-1: #1A0F0A;
--jazz-club-2: #3E1F0F;
--jazz-club-3: #8B3A1A;
--jazz-club-4: #C2491A;
--jazz-club-5: #E8C9A0;
}