Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d4cae7;
}
.ariel-s-delight {
color: #b1a5d5;
}
.sweet-lavender {
color: #8e8eb8;
}
.light-lilac {
color: #dcc6d3;
}
.light-light-blush {
color: #eed3d6;
}
/* CSS Variables */
:root {
--foggy-love:#d4cae7;
--ariel-s-delight:#b1a5d5;
--sweet-lavender:#8e8eb8;
--light-lilac:#dcc6d3;
--light-light-blush:#eed3d6;
}