Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunny-side-up {
color: #ffd942;
}
.princeton-orange {
color: #ff9100;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunny-side-up:#ffd942;
--princeton-orange:#ff9100;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
}