Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.leafy {
color: #6c9a6a;
}
.hot-sun {
color: #f7b32b;
}
.obstinate-orange {
color: #d75928;
}
.radiant-orchid {
color: #a85d9b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--leafy:#6c9a6a;
--hot-sun:#f7b32b;
--obstinate-orange:#d75928;
--radiant-orchid:#a85d9b;
}