Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-fire {
color: #00a8e0;
}
.maldives {
color: #00bdd6;
}
.turquoise-sea {
color: #6dd4e8;
}
.blizzard-blue {
color: #9fe7f4;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-fire:#00a8e0;
--maldives:#00bdd6;
--turquoise-sea:#6dd4e8;
--blizzard-blue:#9fe7f4;
}