Color names in this palette
CSS code for this palette
/* CSS */
.himawari-yellow {
color: #fbca04;
}
.sunshine-surprise {
color: #fdac2b;
}
.shocking-orange {
color: #fe6d20;
}
.fiery-glow {
color: #f24e1c;
}
.bright-rose {
color: #c3185d;
}
/* CSS Variables */
:root {
--himawari-yellow:#fbca04;
--sunshine-surprise:#fdac2b;
--shocking-orange:#fe6d20;
--fiery-glow:#f24e1c;
--bright-rose:#c3185d;
}