Color names in this palette
CSS code for this palette
/* CSS */
.may-mist {
color: #a4a3c8;
}
.ghostly-purple {
color: #7c5a90;
}
.pretty-in-plum {
color: #c5598d;
}
.golden-koi {
color: #e7a34b;
}
.dilly-dally {
color: #f6da60;
}
/* CSS Variables */
:root {
--may-mist:#a4a3c8;
--ghostly-purple:#7c5a90;
--pretty-in-plum:#c5598d;
--golden-koi:#e7a34b;
--dilly-dally:#f6da60;
}