Color names in this palette
CSS code for this palette
/* CSS */
.indian-saffron {
color: #ff9933;
}
.floral-leaf {
color: #ffb84d;
}
.cowbell {
color: #ffe680;
}
.sunburst-yellow {
color: #ffff99;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--indian-saffron:#ff9933;
--floral-leaf:#ffb84d;
--cowbell:#ffe680;
--sunburst-yellow:#ffff99;
--usc-gold:#ffcc00;
}