Color names in this palette
CSS code for this palette
/* CSS */
.deep-peacock-blue {
color: #009485;
}
.noble-cause-purple {
color: #7b1fa3;
}
.mellow-melon {
color: #e92063;
}
.smashing-pumpkins {
color: #ff5724;
}
.marigold {
color: #ffc105;
}
/* CSS Variables */
:root {
--deep-peacock-blue:#009485;
--noble-cause-purple:#7b1fa3;
--mellow-melon:#e92063;
--smashing-pumpkins:#ff5724;
--marigold:#ffc105;
}