Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-spice {
color: #ffa061;
}
.golden-moray-eel {
color: #ffcd61;
}
.bright-khaki {
color: #f0e78e;
}
.spearmint-burst {
color: #5abf8b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-spice:#ffa061;
--golden-moray-eel:#ffcd61;
--bright-khaki:#f0e78e;
--spearmint-burst:#5abf8b;
}