Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a7d3d2;
}
.seascape-green {
color: #b4e4e3;
}
.icy-wind {
color: #d5f1f0;
}
.everlasting-ice {
color: #f4fbfb;
}
.polar-bear-in-a-blizzard {
color: #faffff;
}
/* CSS Variables */
:root {
--sinbad:#a7d3d2;
--seascape-green:#b4e4e3;
--icy-wind:#d5f1f0;
--everlasting-ice:#f4fbfb;
--polar-bear-in-a-blizzard:#faffff;
}