Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.vanadyl-blue {
color: #00a5e0;
}
.blue-atoll {
color: #00b4e6;
}
.picnic-day-sky {
color: #00cbe6;
}
.aztec-turquoise {
color: #00cfe6;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--vanadyl-blue:#00a5e0;
--blue-atoll:#00b4e6;
--picnic-day-sky:#00cbe6;
--aztec-turquoise:#00cfe6;
}