Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.verditer {
color: #00bdad;
}
.cyber-yellow {
color: #ffd500;
}
.wild-violet {
color: #681b98;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--verditer:#00bdad;
--cyber-yellow:#ffd500;
--wild-violet:#681b98;
}