Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.apricot {
color: #ffb36b;
}
.spirited-yellow {
color: #ffdc85;
}
.old-yella {
color: #ffeb99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--apricot:#ffb36b;
--spirited-yellow:#ffdc85;
--old-yella:#ffeb99;
}