Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.valley-of-glaciers {
color: #2a7e9d;
}
.lake-thun {
color: #4dc5e0;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--valley-of-glaciers:#2a7e9d;
--lake-thun:#4dc5e0;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}