Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2dae6;
}
.baby-tears {
color: #6bb6d6;
}
.mountain-bluebird {
color: #4c9cc8;
}
.blue-dart-frog {
color: #3d7c9e;
}
.chathams-blue {
color: #2b5b73;
}
/* CSS Variables */
:root {
--nevada-sky:#a2dae6;
--baby-tears:#6bb6d6;
--mountain-bluebird:#4c9cc8;
--blue-dart-frog:#3d7c9e;
--chathams-blue:#2b5b73;
}