Color names in this palette
CSS code for this palette
/* CSS */
.cobalt-glaze {
color: #0071b3;
}
.pervenche {
color: #0095eb;
}
.blue-atoll {
color: #00b0e0;
}
.maldives {
color: #00c2e0;
}
.aztec-turquoise {
color: #00d9e0;
}
/* CSS Variables */
:root {
--cobalt-glaze:#0071b3;
--pervenche:#0095eb;
--blue-atoll:#00b0e0;
--maldives:#00c2e0;
--aztec-turquoise:#00d9e0;
}