Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.usc-gold {
color: #ffcc00;
}
.lime-lizard {
color: #a9d65c;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--usc-gold:#ffcc00;
--lime-lizard:#a9d65c;
--emerald-wave:#4eb7ac;
}