Color names in this palette
CSS code for this palette
/* CSS */
.astilbe {
color: #f08fa7;
}
.sweet-lilac {
color: #eab8d1;
}
.geranium-bud {
color: #d1a3c8;
}
.violet-femmes {
color: #a8719d;
}
.plum-jam {
color: #6b4a82;
}
/* CSS Variables */
:root {
--astilbe:#f08fa7;
--sweet-lilac:#eab8d1;
--geranium-bud:#d1a3c8;
--violet-femmes:#a8719d;
--plum-jam:#6b4a82;
}