Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.capri {
color: #00bfff;
}
.bianchi-green {
color: #3cd3b4;
}
.usc-gold {
color: #ffcc00;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--capri:#00bfff;
--bianchi-green:#3cd3b4;
--usc-gold:#ffcc00;
--grapefruit-pulp:#ff6e61;
}