Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d3a1c4;
}
.eau-de-rose {
color: #e3bfd1;
}
.rosy-nectar {
color: #f5c2e0;
}
.apricot-obsession {
color: #f6c2b6;
}
.snow-white-blush {
color: #f9b0a9;
}
/* CSS Variables */
:root {
--geranium-bud:#d3a1c4;
--eau-de-rose:#e3bfd1;
--rosy-nectar:#f5c2e0;
--apricot-obsession:#f6c2b6;
--snow-white-blush:#f9b0a9;
}