Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.marigold {
color: #ffc105;
}
.princeton-orange {
color: #ff9100;
}
.flush-orange {
color: #ff6e00;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--marigold:#ffc105;
--princeton-orange:#ff9100;
--flush-orange:#ff6e00;
--smashing-pumpkins:#ff5724;
}