Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.watercourse {
color: #5cd1e0;
}
.ice-crystal-blue {
color: #a5e1e4;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--watercourse:#5cd1e0;
--ice-crystal-blue:#a5e1e4;
}