Color names in this palette
CSS code for this palette
/* CSS */
.ocean-in-a-bowl {
color: #5ce0b8;
}
.grapefruit-pulp {
color: #ff6e61;
}
.usc-gold {
color: #ffcc00;
}
.indiviolet-sunset {
color: #690dab;
}
.ferrari-red {
color: #ff2b00;
}
/* CSS Variables */
:root {
--ocean-in-a-bowl:#5ce0b8;
--grapefruit-pulp:#ff6e61;
--usc-gold:#ffcc00;
--indiviolet-sunset:#690dab;
--ferrari-red:#ff2b00;
}