Color names in this palette
CSS code for this palette
/* CSS */
.watercolour-sky {
color: #bbd9e8;
}
.simpatico-blue {
color: #a6c3d3;
}
.stormfang {
color: #7ca6c0;
}
.cossack-dancer {
color: #4c8da4;
}
.chill-of-the-night {
color: #1f6d8e;
}
/* CSS Variables */
:root {
--watercolour-sky:#bbd9e8;
--simpatico-blue:#a6c3d3;
--stormfang:#7ca6c0;
--cossack-dancer:#4c8da4;
--chill-of-the-night:#1f6d8e;
}