Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.usc-gold {
color: #ffcc00;
}
.friendly-yellow {
color: #f6e2b1;
}
.favorite-lavender {
color: #d3a7d7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--usc-gold:#ffcc00;
--friendly-yellow:#f6e2b1;
--favorite-lavender:#d3a7d7;
}