Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.zinnia-gold {
color: #ffd980;
}
.burst-of-lime {
color: #a8d53f;
}
.iridescent-green {
color: #4abf69;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--zinnia-gold:#ffd980;
--burst-of-lime:#a8d53f;
--iridescent-green:#4abf69;
}