Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.sunny-mood {
color: #f7c94b;
}
.crystal-green {
color: #a2d77e;
}
.greenbrier {
color: #4c9a6c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--sunny-mood:#f7c94b;
--crystal-green:#a2d77e;
--greenbrier:#4c9a6c;
}