Color names in this palette
CSS code for this palette
/* CSS */
.luminescent-blue {
color: #a2e0e7;
}
.water-flow {
color: #79c6d7;
}
.brig {
color: #4ea6c1;
}
.scooter {
color: #2b8ba1;
}
.saxony-blue {
color: #1e6d8a;
}
/* CSS Variables */
:root {
--luminescent-blue:#a2e0e7;
--water-flow:#79c6d7;
--brig:#4ea6c1;
--scooter:#2b8ba1;
--saxony-blue:#1e6d8a;
}