Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.guava {
color: #ff9b29;
}
.cape-jasmine {
color: #ffbb5c;
}
.citrus-punch {
color: #ffeb85;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--guava:#ff9b29;
--cape-jasmine:#ffbb5c;
--citrus-punch:#ffeb85;
--soviet-gold:#ffd900;
}