Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.golden-rain-yellow {
color: #ffb657;
}
.zinnia-gold {
color: #ffd980;
}
.old-yella {
color: #ffec99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--golden-rain-yellow:#ffb657;
--zinnia-gold:#ffd980;
--old-yella:#ffec99;
}