Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.pale-marigold {
color: #ffbd42;
}
.caduceus-gold {
color: #ffed66;
}
.pinenut {
color: #f6d8b6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--pale-marigold:#ffbd42;
--caduceus-gold:#ffed66;
--pinenut:#f6d8b6;
}