Color names in this palette
CSS code for this palette
/* CSS */
.sky-chase {
color: #a6c8d3;
}
.seascape-green {
color: #b8e2e5;
}
.blue-hijab {
color: #ceeff8;
}
.child-of-light {
color: #f2f6f8;
}
.polar-bear-in-a-blizzard {
color: #faffff;
}
/* CSS Variables */
:root {
--sky-chase:#a6c8d3;
--seascape-green:#b8e2e5;
--blue-hijab:#ceeff8;
--child-of-light:#f2f6f8;
--polar-bear-in-a-blizzard:#faffff;
}