Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096e0;
}
.vanadyl-blue {
color: #00a5e0;
}
.blue-atoll {
color: #00b4e0;
}
.maldives {
color: #00bfe0;
}
.aztec-turquoise {
color: #00d5e0;
}
/* CSS Variables */
:root {
--atmosphere:#0096e0;
--vanadyl-blue:#00a5e0;
--blue-atoll:#00b4e0;
--maldives:#00bfe0;
--aztec-turquoise:#00d5e0;
}