Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2f;
}
.squash-blossom {
color: #fbb23c;
}
.burst-of-lime {
color: #a8d63d;
}
.emerald-wave {
color: #4eb7ac;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2f;
--squash-blossom:#fbb23c;
--burst-of-lime:#a8d63d;
--emerald-wave:#4eb7ac;
--sun-orange:#f47b1f;
}