Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.vanadyl-blue {
color: #00a5e0;
}
.blue-atoll {
color: #00b7e0;
}
.lake-thun {
color: #3ecbda;
}
.blizzard-blue {
color: #a5e5e9;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--vanadyl-blue:#00a5e0;
--blue-atoll:#00b7e0;
--lake-thun:#3ecbda;
--blizzard-blue:#a5e5e9;
}