Color names in this palette
CSS code for this palette
/* CSS */
.forsythia {
color: #ffc800;
}
.princeton-orange {
color: #ff9100;
}
.aerospace-orange {
color: #ff5100;
}
.reddish-pink {
color: #ff2e54;
}
.pink-poison {
color: #ff007b;
}
/* CSS Variables */
:root {
--forsythia:#ffc800;
--princeton-orange:#ff9100;
--aerospace-orange:#ff5100;
--reddish-pink:#ff2e54;
--pink-poison:#ff007b;
}