Color names in this palette
CSS code for this palette
/* CSS */
.siesta-sands {
color: #f1e6df;
}
.hydrangea-pink {
color: #e8b5c8;
}
.geranium-bud {
color: #d19ec6;
}
.wisteria {
color: #a57bc1;
}
.genestealer-purple {
color: #7c5da8;
}
/* CSS Variables */
:root {
--siesta-sands:#f1e6df;
--hydrangea-pink:#e8b5c8;
--geranium-bud:#d19ec6;
--wisteria:#a57bc1;
--genestealer-purple:#7c5da8;
}