Color names in this palette
CSS code for this palette
/* CSS */
.dead-lake {
color: #2b5988;
}
.brig {
color: #4b9eb9;
}
.iqaluit-ice {
color: #90d2e4;
}
.late-day-sun {
color: #f3e08c;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--dead-lake:#2b5988;
--brig:#4b9eb9;
--iqaluit-ice:#90d2e4;
--late-day-sun:#f3e08c;
--maximum-yellow-red:#f1b74b;
}