Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.caribbean-blue {
color: #1dd1e2;
}
.near-moon {
color: #63f2d6;
}
.waterspout {
color: #a2f6f2;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--caribbean-blue:#1dd1e2;
--near-moon:#63f2d6;
--waterspout:#a2f6f2;
}