Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ff9d5c;
}
.chanterelles {
color: #ffc370;
}
.golden-nectar {
color: #ffda6b;
}
.creamy-lemon {
color: #ffedb3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ff9d5c;
--chanterelles:#ffc370;
--golden-nectar:#ffda6b;
--creamy-lemon:#ffedb3;
}