Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.valley-of-glaciers {
color: #2c7c96;
}
.crystalsong-blue {
color: #4fb0b5;
}
.wake-me-up {
color: #f5d65c;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--valley-of-glaciers:#2c7c96;
--crystalsong-blue:#4fb0b5;
--wake-me-up:#f5d65c;
--dodgeroll-gold:#f39c12;
}