Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e6;
}
.electric-lemonade {
color: #5ed1e8;
}
.blizzard-blue {
color: #9fe0f4;
}
.tinted-ice {
color: #d0f7fb;
}
.sparkling-snow {
color: #f5fffe;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e6;
--electric-lemonade:#5ed1e8;
--blizzard-blue:#9fe0f4;
--tinted-ice:#d0f7fb;
--sparkling-snow:#f5fffe;
}