Color names in this palette
CSS code for this palette
/* CSS */
.sheer-lavender {
color: #f0e0f0;
}
.foggy-love {
color: #d1c3e9;
}
.island-light {
color: #a6c6ed;
}
.kul-sharif-blue {
color: #82d4f7;
}
.clean-pool {
color: #50c2f7;
}
/* CSS Variables */
:root {
--sheer-lavender:#f0e0f0;
--foggy-love:#d1c3e9;
--island-light:#a6c6ed;
--kul-sharif-blue:#82d4f7;
--clean-pool:#50c2f7;
}