Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096e0;
}
.blue-atoll {
color: #00b4e6;
}
.aztec-turquoise {
color: #00d6e6;
}
.frozen-turquoise {
color: #4ff3f3;
}
.defense-matrix {
color: #90f9f0;
}
/* CSS Variables */
:root {
--atmosphere:#0096e0;
--blue-atoll:#00b4e6;
--aztec-turquoise:#00d6e6;
--frozen-turquoise:#4ff3f3;
--defense-matrix:#90f9f0;
}