Color names in this palette
CSS code for this palette
/* CSS */
.dark-engine {
color: #3d3f42;
}
.night-rendezvous {
color: #687a7d;
}
.twin-cities {
color: #a3c6c8;
}
.citrus-honey {
color: #f4b76c;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--dark-engine:#3d3f42;
--night-rendezvous:#687a7d;
--twin-cities:#a3c6c8;
--citrus-honey:#f4b76c;
--sun-orange:#f47b1f;
}