Color names in this palette
CSS code for this palette
/* CSS */
.violet-femmes {
color: #a76c9d;
}
.violet-whimsy {
color: #b690b5;
}
.geranium-bud {
color: #d1a3c9;
}
.rosy-nectar {
color: #f1c1de;
}
.almond-kiss {
color: #f7e5d4;
}
/* CSS Variables */
:root {
--violet-femmes:#a76c9d;
--violet-whimsy:#b690b5;
--geranium-bud:#d1a3c9;
--rosy-nectar:#f1c1de;
--almond-kiss:#f7e5d4;
}