Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.sweet-lilac {
color: #eab8d1;
}
.foggy-love {
color: #d9c4e8;
}
.chefchaouen-blue {
color: #a6d2e8;
}
.fair-aqua {
color: #b2e1d8;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--sweet-lilac:#eab8d1;
--foggy-love:#d9c4e8;
--chefchaouen-blue:#a6d2e8;
--fair-aqua:#b2e1d8;
}