Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a6d7e2;
}
.aquarelle {
color: #5ca7b2;
}
.blue-chill {
color: #3c9090;
}
.north-sea {
color: #2e6b6b;
}
.lacustral {
color: #194d4d;
}
/* CSS Variables */
:root {
--winsome-hue:#a6d7e2;
--aquarelle:#5ca7b2;
--blue-chill:#3c9090;
--north-sea:#2e6b6b;
--lacustral:#194d4d;
}