Synth Pop — 5-color palette
#FF3366#33CCFF#FFCC00#6633FF#000033Hex codes
Hex
#FF3366
RGB
255, 51, 102
HSL
345°, 100%, 60%
Hex
#33CCFF
RGB
51, 204, 255
HSL
195°, 100%, 60%
Hex
#FFCC00
RGB
255, 204, 0
HSL
48°, 100%, 50%
Hex
#6633FF
RGB
102, 51, 255
HSL
255°, 100%, 60%
Hex
#000033
RGB
0, 0, 51
HSL
240°, 100%, 10%
How to use this palette
The first color in Synth Pop 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 {
--synth-pop-1: #FF3366;
--synth-pop-2: #33CCFF;
--synth-pop-3: #FFCC00;
--synth-pop-4: #6633FF;
--synth-pop-5: #000033;
}