Color names in this palette
CSS code for this palette
/* CSS */
.winter-time {
color: #3c8f9f;
}
.artesian-well {
color: #5bb3b2;
}
.mountain-lake-blue {
color: #89d4d7;
}
.saline-water {
color: #c4e8e4;
}
.vapor {
color: #f1fefc;
}
/* CSS Variables */
:root {
--winter-time:#3c8f9f;
--artesian-well:#5bb3b2;
--mountain-lake-blue:#89d4d7;
--saline-water:#c4e8e4;
--vapor:#f1fefc;
}