Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2dae6;
}
.water-flow {
color: #7dc7d9;
}
.freshwater {
color: #4fa6b5;
}
.turkish-jade {
color: #2a8d92;
}
.seafarer {
color: #1c4e6d;
}
/* CSS Variables */
:root {
--nevada-sky:#a2dae6;
--water-flow:#7dc7d9;
--freshwater:#4fa6b5;
--turkish-jade:#2a8d92;
--seafarer:#1c4e6d;
}