Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.maldives {
color: #00c2e0;
}
.thousand-sons-blue {
color: #00dae6;
}
.thousand-sons-blue {
color: #00dee6;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--maldives:#00c2e0;
--thousand-sons-blue:#00dae6;
--thousand-sons-blue:#00dee6;
}