Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-spice {
color: #ffa061;
}
.aspen-gold {
color: #ffd761;
}
.distilled-venom {
color: #c5f7bb;
}
.felt-green {
color: #6fbe90;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-spice:#ffa061;
--aspen-gold:#ffd761;
--distilled-venom:#c5f7bb;
--felt-green:#6fbe90;
}