Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3c9090;
}
.artesian-well {
color: #5fb4a9;
}
.winter-chill {
color: #8fd2d6;
}
.luminescent-blue {
color: #a1e1e8;
}
.coastal-breeze {
color: #e1f7f9;
}
/* CSS Variables */
:root {
--blue-chill:#3c9090;
--artesian-well:#5fb4a9;
--winter-chill:#8fd2d6;
--luminescent-blue:#a1e1e8;
--coastal-breeze:#e1f7f9;
}