Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-spice {
color: #ffa061;
}
.golden-moray-eel {
color: #ffcd61;
}
.aspen-gold {
color: #ffd761;
}
.pastel-red {
color: #ff6b61;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-spice:#ffa061;
--golden-moray-eel:#ffcd61;
--aspen-gold:#ffd761;
--pastel-red:#ff6b61;
}