Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d52d2a;
}
.full-city-roast {
color: #6b1f24;
}
.vivid-burgundy {
color: #a01c30;
}
.tiger-lily {
color: #e0593e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--chi-gong:#d52d2a;
--full-city-roast:#6b1f24;
--vivid-burgundy:#a01c30;
--tiger-lily:#e0593e;
--apricot-glazed-chicken:#f5a524;
}