Color names in this palette
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;
}