Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.golden-moray-eel {
color: #ffcd61;
}
.duck-egg-cream {
color: #cbe2d4;
}
.punch-out-glove {
color: #6a82fb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--golden-moray-eel:#ffcd61;
--duck-egg-cream:#cbe2d4;
--punch-out-glove:#6a82fb;
}