Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #2a7b9d;
}
.crystalsong-blue {
color: #4eb7b3;
}
.freezy-wind {
color: #9bf3e0;
}
.sunny {
color: #f3f97b;
}
.sea-nettle {
color: #f57a2e;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#2a7b9d;
--crystalsong-blue:#4eb7b3;
--freezy-wind:#9bf3e0;
--sunny:#f3f97b;
--sea-nettle:#f57a2e;
}