Color names in this palette
CSS code for this palette
/* CSS */
.big-chill {
color: #80c7e5;
}
.lake-thun {
color: #4bb7e2;
}
.dayflower {
color: #399cd5;
}
.vermeer-blue {
color: #2f7cb6;
}
.jazz-blue {
color: #1d6a9a;
}
/* CSS Variables */
:root {
--big-chill:#80c7e5;
--lake-thun:#4bb7e2;
--dayflower:#399cd5;
--vermeer-blue:#2f7cb6;
--jazz-blue:#1d6a9a;
}