CSS code for this palette
/* CSS */
.foggy-love {
color: #d5c7e6;
}
.water-wash {
color: #a9c7e5;
}
.lucea {
color: #7db3e3;
}
.high-blue {
color: #4ca8e1;
}
.magic-blue {
color: #3c8baa;
}
/* CSS Variables */
:root {
--foggy-love:#d5c7e6;
--water-wash:#a9c7e5;
--lucea:#7db3e3;
--high-blue:#4ca8e1;
--magic-blue:#3c8baa;
}