Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d3e8;
}
.bellagio-fountains {
color: #b7e0f1;
}
.water {
color: #d4f1f7;
}
.everlasting-ice {
color: #f5fafa;
}
.clear-skies {
color: #e5f6ff;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d3e8;
--bellagio-fountains:#b7e0f1;
--water:#d4f1f7;
--everlasting-ice:#f5fafa;
--clear-skies:#e5f6ff;
}