Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #cf2a2a;
}
.ornery-tangerine {
color: #f67e23;
}
.westfall-yellow {
color: #f9d44e;
}
.citrus-surge {
color: #8bc34b;
}
.night-in-manchester {
color: #4051b5;
}
/* CSS Variables */
:root {
--chi-gong:#cf2a2a;
--ornery-tangerine:#f67e23;
--westfall-yellow:#f9d44e;
--citrus-surge:#8bc34b;
--night-in-manchester:#4051b5;
}