Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.shocking-orange {
color: #ff6d1f;
}
.fluffy-duckling {
color: #f9e339;
}
.shu-red {
color: #f45e01;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--shocking-orange:#ff6d1f;
--fluffy-duckling:#f9e339;
--shu-red:#f45e01;
--moth-orchid:#d6006f;
}