Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.decisive-yellow {
color: #ffcc4d;
}
.eerie-glow {
color: #a7d7b8;
}
.cretan-green {
color: #5b8b84;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--decisive-yellow:#ffcc4d;
--eerie-glow:#a7d7b8;
--cretan-green:#5b8b84;
}