Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.princeton-orange {
color: #ff9100;
}
.floral-leaf {
color: #ffb84d;
}
.storm-lightning {
color: #f9e79f;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--princeton-orange:#ff9100;
--floral-leaf:#ffb84d;
--storm-lightning:#f9e79f;
--sunshine-mellow:#f1c40e;
}