Color names in this palette
CSS code for this palette
/* CSS */
.bayern-blue {
color: #0096d6;
}
.lake-thun {
color: #4bbae2;
}
.fresh-blue {
color: #87d5e3;
}
.refreshing-pool {
color: #b8e5e5;
}
.lynx-white {
color: #f6f9f7;
}
/* CSS Variables */
:root {
--bayern-blue:#0096d6;
--lake-thun:#4bbae2;
--fresh-blue:#87d5e3;
--refreshing-pool:#b8e5e5;
--lynx-white:#f6f9f7;
}