Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a3d6e6;
}
.blue-dam {
color: #a1c3d4;
}
.watson-lake {
color: #74b2b9;
}
.tourmaline-turquoise {
color: #4f9c97;
}
.zirconia-teal {
color: #2b7d7d;
}
/* CSS Variables */
:root {
--nevada-sky:#a3d6e6;
--blue-dam:#a1c3d4;
--watson-lake:#74b2b9;
--tourmaline-turquoise:#4f9c97;
--zirconia-teal:#2b7d7d;
}