Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b1;
}
.maldives {
color: #00bdd6;
}
.nebula-outpost {
color: #8c24a8;
}
.middle-yellow {
color: #ffea00;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b1;
--maldives:#00bdd6;
--nebula-outpost:#8c24a8;
--middle-yellow:#ffea00;
--smashing-pumpkins:#ff5724;
}