Color names in this palette
CSS code for this palette
/* CSS */
.hungry-red {
color: #f5000c;
}
.princeton-orange {
color: #ff9100;
}
.sun-ray {
color: #ffb114;
}
.yellow-bellied {
color: #ffeb33;
}
.lusty-lizard {
color: #00b80f;
}
/* CSS Variables */
:root {
--hungry-red:#f5000c;
--princeton-orange:#ff9100;
--sun-ray:#ffb114;
--yellow-bellied:#ffeb33;
--lusty-lizard:#00b80f;
}