Color names in this palette
CSS code for this palette
/* CSS */
.diva-pink {
color: #ff3d81;
}
.maldives {
color: #00bdd6;
}
.noble-cause-purple {
color: #7b1fa3;
}
.hollandaise {
color: #ffec3d;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--diva-pink:#ff3d81;
--maldives:#00bdd6;
--noble-cause-purple:#7b1fa3;
--hollandaise:#ffec3d;
--smashing-pumpkins:#ff5724;
}