Color names in this palette
CSS code for this palette
/* CSS */
.dusky-purple {
color: #8c5a7d;
}
.wonder-wish {
color: #a77b9a;
}
.geranium-bud {
color: #d19fc7;
}
.rosy-nectar {
color: #f2c5e4;
}
.pork-belly {
color: #f9e1e7;
}
/* CSS Variables */
:root {
--dusky-purple:#8c5a7d;
--wonder-wish:#a77b9a;
--geranium-bud:#d19fc7;
--rosy-nectar:#f2c5e4;
--pork-belly:#f9e1e7;
}