Color names in this palette
CSS code for this palette
/* CSS */
.bayern-blue {
color: #0096d6;
}
.blue-atoll {
color: #00b4e6;
}
.aztec-turquoise {
color: #00d2e6;
}
.aurichalcite {
color: #22f7e2;
}
.pale-king-s-blue {
color: #a9f9f0;
}
/* CSS Variables */
:root {
--bayern-blue:#0096d6;
--blue-atoll:#00b4e6;
--aztec-turquoise:#00d2e6;
--aurichalcite:#22f7e2;
--pale-king-s-blue:#a9f9f0;
}