Color names in this palette
CSS code for this palette
/* CSS */
.soap {
color: #d4c7f0;
}
.mousse-aux-pruneaux {
color: #e4d4f7;
}
.lavender-savor {
color: #f2d9fc;
}
.creamy-strawberry {
color: #fcd4e1;
}
.corinthian-pink {
color: #fba7d8;
}
/* CSS Variables */
:root {
--soap:#d4c7f0;
--mousse-aux-pruneaux:#e4d4f7;
--lavender-savor:#f2d9fc;
--creamy-strawberry:#fcd4e1;
--corinthian-pink:#fba7d8;
}