Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-white {
color: #e6f4f1;
}
.frosty-soft-blue {
color: #b2e1e1;
}
.sky-watch {
color: #8cd4d4;
}
.hygiene-green {
color: #5bb9b2;
}
.apatite-blue {
color: #2f7f7c;
}
/* CSS Variables */
:root {
--ethereal-white:#e6f4f1;
--frosty-soft-blue:#b2e1e1;
--sky-watch:#8cd4d4;
--hygiene-green:#5bb9b2;
--apatite-blue:#2f7f7c;
}