Color names in this palette
CSS code for this palette
/* CSS */
.striking-purple {
color: #904c8c;
}
.antique-hot-pink {
color: #b17c9d;
}
.geranium-bud {
color: #d1a3c7;
}
.calico-rose {
color: #e4c3b4;
}
.agrodolce {
color: #f1e2d5;
}
/* CSS Variables */
:root {
--striking-purple:#904c8c;
--antique-hot-pink:#b17c9d;
--geranium-bud:#d1a3c7;
--calico-rose:#e4c3b4;
--agrodolce:#f1e2d5;
}