Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #2a7b98;
}
.crystalsong-blue {
color: #4eb1b7;
}
.ice-crystal-blue {
color: #a9e5e2;
}
.bright-moon {
color: #f6f1e4;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#2a7b98;
--crystalsong-blue:#4eb1b7;
--ice-crystal-blue:#a9e5e2;
--bright-moon:#f6f1e4;
--honey-wax:#f9a824;
}