Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #2b7c9c;
}
.crystalsong-blue {
color: #4eb7b1;
}
.aqua-zing {
color: #7cded3;
}
.east-cape {
color: #b1f1e3;
}
.bakery-box {
color: #f1f4f1;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#2b7c9c;
--crystalsong-blue:#4eb7b1;
--aqua-zing:#7cded3;
--east-cape:#b1f1e3;
--bakery-box:#f1f4f1;
}