Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a6d7e2;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.dun-morogh-blue {
color: #7db1d9;
}
.atlantic-gull {
color: #4a90b5;
}
.faience {
color: #2c6b87;
}
/* CSS Variables */
:root {
--winsome-hue:#a6d7e2;
--chefchaouen-blue:#a1d3e8;
--dun-morogh-blue:#7db1d9;
--atlantic-gull:#4a90b5;
--faience:#2c6b87;
}