Color names in this palette
CSS code for this palette
/* CSS */
.princeton-orange {
color: #ff9100;
}
.ucla-gold {
color: #ffb300;
}
.minion-yellow {
color: #ffcf4d;
}
.fresh-apricot {
color: #ffd6a3;
}
.urnebes-beige {
color: #ffebc2;
}
/* CSS Variables */
:root {
--princeton-orange:#ff9100;
--ucla-gold:#ffb300;
--minion-yellow:#ffcf4d;
--fresh-apricot:#ffd6a3;
--urnebes-beige:#ffebc2;
}