Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.bellagio-fountains {
color: #b5e0f2;
}
.clear-skies {
color: #e5f7ff;
}
.zappy-zebra {
color: #f0f2f4;
}
.snowy-summit {
color: #c5d7e7;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--bellagio-fountains:#b5e0f2;
--clear-skies:#e5f7ff;
--zappy-zebra:#f0f2f4;
--snowy-summit:#c5d7e7;
}