Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.day-at-the-zoo {
color: #ffa070;
}
.zinnia-gold {
color: #ffd980;
}
.smooth-satin {
color: #a3d7d1;
}
.dull-teal {
color: #5e9c8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--day-at-the-zoo:#ffa070;
--zinnia-gold:#ffd980;
--smooth-satin:#a3d7d1;
--dull-teal:#5e9c8f;
}