Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-fire {
color: #05aae1;
}
.lake-thun {
color: #4bbae2;
}
.tanager-turquoise {
color: #8dd7e8;
}
.water {
color: #d5f1f6;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-fire:#05aae1;
--lake-thun:#4bbae2;
--tanager-turquoise:#8dd7e8;
--water:#d5f1f6;
}