Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.usc-gold {
color: #ffcc00;
}
.poppy-surprise {
color: #ff5833;
}
.grapefruit-pulp {
color: #ff6e61;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--usc-gold:#ffcc00;
--poppy-surprise:#ff5833;
--grapefruit-pulp:#ff6e61;
--soviet-gold:#ffd900;
}