Color names in this palette
CSS code for this palette
/* CSS */
.two-harbours {
color: #bfd5e3;
}
.chefchaouen-blue {
color: #a2d1e6;
}
.spritzig {
color: #77c9e9;
}
.clean-pool {
color: #4ab8e8;
}
.atmosphere {
color: #0096db;
}
/* CSS Variables */
:root {
--two-harbours:#bfd5e3;
--chefchaouen-blue:#a2d1e6;
--spritzig:#77c9e9;
--clean-pool:#4ab8e8;
--atmosphere:#0096db;
}