Color names in this palette
CSS code for this palette
/* CSS */
.winter-lake {
color: #698d9b;
}
.metal-gear {
color: #9fc4db;
}
.salmon-eggs {
color: #f4d35d;
}
.honey-wax {
color: #f9a824;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--winter-lake:#698d9b;
--metal-gear:#9fc4db;
--salmon-eggs:#f4d35d;
--honey-wax:#f9a824;
--durotar-fire:#f15a27;
}