Color names in this palette
CSS code for this palette
/* CSS */
.swirling-water {
color: #e6e8ea;
}
.tangled-web {
color: #b3b3b3;
}
.child-of-light {
color: #f1f5f8;
}
.two-harbours {
color: #bfd5e3;
}
.sea-cliff {
color: #a3c4e1;
}
/* CSS Variables */
:root {
--swirling-water:#e6e8ea;
--tangled-web:#b3b3b3;
--child-of-light:#f1f5f8;
--two-harbours:#bfd5e3;
--sea-cliff:#a3c4e1;
}