Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.valley-of-glaciers {
color: #2a7b98;
}
.jadeite {
color: #3bc4a4;
}
.majestic-treasures {
color: #f2e9a1;
}
.wiener-schnitzel {
color: #f09c00;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--valley-of-glaciers:#2a7b98;
--jadeite:#3bc4a4;
--majestic-treasures:#f2e9a1;
--wiener-schnitzel:#f09c00;
}