Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.petrol-green {
color: #4f9c8b;
}
.lime-lizard {
color: #a3d55d;
}
.lemon-verbena {
color: #f2e96e;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--petrol-green:#4f9c8b;
--lime-lizard:#a3d55d;
--lemon-verbena:#f2e96e;
--sun-orange:#f47b1f;
}