Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.grapefruit-pulp {
color: #ff6e61;
}
.usc-gold {
color: #ffcc00;
}
.cadmium-violet {
color: #7e3d99;
}
.bubble-bobble-green {
color: #00b300;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--grapefruit-pulp:#ff6e61;
--usc-gold:#ffcc00;
--cadmium-violet:#7e3d99;
--bubble-bobble-green:#00b300;
}