Color names in this palette
CSS code for this palette
/* CSS */
.princeton-orange {
color: #ff9100;
}
.floral-leaf {
color: #ffb84d;
}
.snug-yellow {
color: #ffdb80;
}
.sun-drenched {
color: #ffe7a3;
}
.natural-wool {
color: #fff5d6;
}
/* CSS Variables */
:root {
--princeton-orange:#ff9100;
--floral-leaf:#ffb84d;
--snug-yellow:#ffdb80;
--sun-drenched:#ffe7a3;
--natural-wool:#fff5d6;
}