All Palettes

Color Palette #ffcc33, #ff9933, #ff6633, #ff3366, #ff6699

0%
0%
0%

CSS code for this palette

/* CSS */
.sunglow {
color: #ffcc33;
}
.indian-saffron {
color: #ff9933;
}
.halt-and-catch-fire {
color: #ff6633;
}
.chinese-new-year {
color: #ff3366;
}
.french-pink {
color: #ff6699;
}

/* CSS Variables */
:root {
--sunglow:#ffcc33;
--indian-saffron:#ff9933;
--halt-and-catch-fire:#ff6633;
--chinese-new-year:#ff3366;
--french-pink:#ff6699;
}

More palettes to explore