Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d82c2c;
}
.calabrese {
color: #f1a8a2;
}
.rich-georgia-clay {
color: #e07d61;
}
.cascade-green {
color: #a4c6b8;
}
.edward {
color: #5b807f;
}
/* CSS Variables */
:root {
--chi-gong:#d82c2c;
--calabrese:#f1a8a2;
--rich-georgia-clay:#e07d61;
--cascade-green:#a4c6b8;
--edward:#5b807f;
}