All Palettes

Color Palette #ffcc00, #ff6600, #ff3366, #ff0066, #cc00ff

0%
0%
0%

CSS code for this palette

/* CSS */
.usc-gold {
color: #ffcc00;
}
.safety-orange {
color: #ff6600;
}
.chinese-new-year {
color: #ff3366;
}
.standby-led {
color: #ff0066;
}
.vivid-orchid {
color: #cc00ff;
}

/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--safety-orange:#ff6600;
--chinese-new-year:#ff3366;
--standby-led:#ff0066;
--vivid-orchid:#cc00ff;
}

More palettes to explore