Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1c6e8d;
}
.jolt-of-jade {
color: #4abf9e;
}
.larimar-green {
color: #8fd6ba;
}
.wake-me-up {
color: #f9d358;
}
.entan-red {
color: #f06d4c;
}
/* CSS Variables */
:root {
--saxony-blue:#1c6e8d;
--jolt-of-jade:#4abf9e;
--larimar-green:#8fd6ba;
--wake-me-up:#f9d358;
--entan-red:#f06d4c;
}