Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.pale-marigold {
color: #ffbd42;
}
.sparkler {
color: #ffef94;
}
.glowlight {
color: #fff5b8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--pale-marigold:#ffbd42;
--sparkler:#ffef94;
--glowlight:#fff5b8;
}