Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.broom-butterfly-blue {
color: #70b3d7;
}
.atmosphere {
color: #0096db;
}
.sea-sight {
color: #00799e;
}
.mykonos-blue {
color: #005b80;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--broom-butterfly-blue:#70b3d7;
--atmosphere:#0096db;
--sea-sight:#00799e;
--mykonos-blue:#005b80;
}