Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d42e2b;
}
.sun-orange {
color: #f47b1f;
}
.mom-s-pancake {
color: #f6c451;
}
.lime-lizard {
color: #a3d55d;
}
.jade-of-emeralds {
color: #2d8b2d;
}
/* CSS Variables */
:root {
--chi-gong:#d42e2b;
--sun-orange:#f47b1f;
--mom-s-pancake:#f6c451;
--lime-lizard:#a3d55d;
--jade-of-emeralds:#2d8b2d;
}