Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.hint-of-honey {
color: #ffd86b;
}
.nature-s-delight {
color: #a5d88d;
}
.expressionism-green {
color: #5abf9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--hint-of-honey:#ffd86b;
--nature-s-delight:#a5d88d;
--expressionism-green:#5abf9a;
}