Color names in this palette
CSS code for this palette
/* CSS */
.peevish-red {
color: #ff1f6d;
}
.shocking-orange {
color: #ff6d1f;
}
.sunset-glow {
color: #ffb62e;
}
.soviet-gold {
color: #ffd900;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--peevish-red:#ff1f6d;
--shocking-orange:#ff6d1f;
--sunset-glow:#ffb62e;
--soviet-gold:#ffd900;
--vitamin-c:#ff9900;
}