Color names in this palette
CSS code for this palette
/* CSS */
.princeton-orange {
color: #ff9100;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.hollandaise {
color: #ffec3d;
}
.tiger-yellow {
color: #ffdf80;
}
/* CSS Variables */
:root {
--princeton-orange:#ff9100;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--hollandaise:#ffec3d;
--tiger-yellow:#ffdf80;
}