Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.blue-atoll {
color: #00b0e0;
}
.maldives {
color: #00c2e0;
}
.bright-turquoise {
color: #0de7e4;
}
.waterspout {
color: #a5f8f7;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--blue-atoll:#00b0e0;
--maldives:#00c2e0;
--bright-turquoise:#0de7e4;
--waterspout:#a5f8f7;
}