Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.usc-gold {
color: #ffcc00;
}
.poppy-surprise {
color: #ff5833;
}
.liberal-lilac {
color: #9b58b6;
}
.ufo-green {
color: #2ecc70;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--usc-gold:#ffcc00;
--poppy-surprise:#ff5833;
--liberal-lilac:#9b58b6;
--ufo-green:#2ecc70;
}