Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5cb2b2;
}
.lake-reflection {
color: #9bd9d9;
}
.icy-breeze {
color: #c6f1f1;
}
.vapor {
color: #f0ffff;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--artesian-well:#5cb2b2;
--lake-reflection:#9bd9d9;
--icy-breeze:#c6f1f1;
--vapor:#f0ffff;
--white:#ffffff;
}