Sunset Synthwave — 5-color palette
#F72585#7209B7#3A0CA3#F77F00#FCBF49Hex codes
Hex
#F72585
RGB
247, 37, 133
HSL
333°, 93%, 56%
Hex
#7209B7
RGB
114, 9, 183
HSL
276°, 91%, 38%
Hex
#3A0CA3
RGB
58, 12, 163
HSL
258°, 86%, 34%
Hex
#F77F00
RGB
247, 127, 0
HSL
31°, 100%, 48%
Hex
#FCBF49
RGB
252, 191, 73
HSL
40°, 97%, 64%
How to use this palette
The first color in Sunset Synthwave 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 {
--sunset-synthwave-1: #F72585;
--sunset-synthwave-2: #7209B7;
--sunset-synthwave-3: #3A0CA3;
--sunset-synthwave-4: #F77F00;
--sunset-synthwave-5: #FCBF49;
}