Color names in this palette
CSS code for this palette
/* CSS */
.big-chill {
color: #80c7e5;
}
.fitness-blue {
color: #5ab7d3;
}
.water-welt {
color: #3c98af;
}
.kings-of-sea {
color: #2b8097;
}
.saxony-blue {
color: #1f6d84;
}
/* CSS Variables */
:root {
--big-chill:#80c7e5;
--fitness-blue:#5ab7d3;
--water-welt:#3c98af;
--kings-of-sea:#2b8097;
--saxony-blue:#1f6d84;
}