Color names in this palette
CSS code for this palette
/* CSS */
.vivid-cerulean {
color: #00a4f0;
}
.usc-gold {
color: #ffcc00;
}
.shocking-orange {
color: #ff6d1f;
}
.peevish-red {
color: #ff2965;
}
.druchii-violet {
color: #7a2a92;
}
/* CSS Variables */
:root {
--vivid-cerulean:#00a4f0;
--usc-gold:#ffcc00;
--shocking-orange:#ff6d1f;
--peevish-red:#ff2965;
--druchii-violet:#7a2a92;
}