Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d19fc7;
}
.petal-plush {
color: #dfb1e7;
}
.aquarelle-lilac {
color: #f0c7ff;
}
.matt-pink {
color: #ffb3c1;
}
.light-red {
color: #ff8080;
}
/* CSS Variables */
:root {
--geranium-bud:#d19fc7;
--petal-plush:#dfb1e7;
--aquarelle-lilac:#f0c7ff;
--matt-pink:#ffb3c1;
--light-red:#ff8080;
}