Color names in this palette
CSS code for this palette
/* CSS */
.cure-all {
color: #a76c8b;
}
.geranium-bud {
color: #d2a3ca;
}
.muddy-mauve {
color: #e0b2d0;
}
.cor-de-pele {
color: #f4c3c3;
}
.peach-kiss {
color: #f9e2cd;
}
/* CSS Variables */
:root {
--cure-all:#a76c8b;
--geranium-bud:#d2a3ca;
--muddy-mauve:#e0b2d0;
--cor-de-pele:#f4c3c3;
--peach-kiss:#f9e2cd;
}