Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #2d7d95;
}
.hygiene-green {
color: #5cc1b7;
}
.cold-blue {
color: #89e6d8;
}
.corn-husk {
color: #f3d6af;
}
.young-crab {
color: #f89c9b;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#2d7d95;
--hygiene-green:#5cc1b7;
--cold-blue:#89e6d8;
--corn-husk:#f3d6af;
--young-crab:#f89c9b;
}