Color names in this palette
CSS code for this palette
/* CSS */
.blue-flame {
color: #005e8a;
}
.summer-lake {
color: #0076a8;
}
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e6;
}
.cold-heights {
color: #1ed4f1;
}
/* CSS Variables */
:root {
--blue-flame:#005e8a;
--summer-lake:#0076a8;
--atmosphere:#0096db;
--blue-atoll:#00b4e6;
--cold-heights:#1ed4f1;
}