CSS code for this palette
/* CSS */
.chi-gong {
color: #d42e2b;
}
.fiery-coral {
color: #e05e5c;
}
.lion-s-mane {
color: #e6b04c;
}
.lush-grass {
color: #4c8c4a;
}
.pitcher {
color: #b7d1c1;
}
/* CSS Variables */
:root {
--chi-gong:#d42e2b;
--fiery-coral:#e05e5c;
--lion-s-mane:#e6b04c;
--lush-grass:#4c8c4a;
--pitcher:#b7d1c1;
}