Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.blue-atoll {
color: #00b0e0;
}
.middle-blue {
color: #7ad7e6;
}
.charlotte {
color: #a3e0e6;
}
.zh-n-zh-b-i-pearl {
color: #f6f9f9;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--blue-atoll:#00b0e0;
--middle-blue:#7ad7e6;
--charlotte:#a3e0e6;
--zh-n-zh-b-i-pearl:#f6f9f9;
}