Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-spice {
color: #ffa061;
}
.aspen-gold {
color: #ffd761;
}
.lime-lizard {
color: #a1d65c;
}
.watercourse {
color: #5ac7d3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-spice:#ffa061;
--aspen-gold:#ffd761;
--lime-lizard:#a1d65c;
--watercourse:#5ac7d3;
}