Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.cyber-yellow {
color: #ffd500;
}
.verditer {
color: #00b8a8;
}
.may-day {
color: #4ccdc4;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--cyber-yellow:#ffd500;
--verditer:#00b8a8;
--may-day:#4ccdc4;
}