Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.eggnog {
color: #fbe8a2;
}
.bilious-green {
color: #a5d86f;
}
.steel-pan-mallet {
color: #6da1a2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--eggnog:#fbe8a2;
--bilious-green:#a5d86f;
--steel-pan-mallet:#6da1a2;
}