Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.blue-atoll {
color: #00b0e0;
}
.water-nymph {
color: #83d4e2;
}
.blizzard-blue {
color: #9fe7f4;
}
.carla {
color: #f6f9c8;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--blue-atoll:#00b0e0;
--water-nymph:#83d4e2;
--blizzard-blue:#9fe7f4;
--carla:#f6f9c8;
}