Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1a3c3d;
}
.nickel-ore-green {
color: #507c7c;
}
.le-max {
color: #85b2a2;
}
.tactile {
color: #d0e5c7;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--nordic:#1a3c3d;
--nickel-ore-green:#507c7c;
--le-max:#85b2a2;
--tactile:#d0e5c7;
--maximum-yellow-red:#f1b74b;
}