Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.xanthous {
color: #f2b531;
}
.westfall-yellow {
color: #f9d44e;
}
.socialist {
color: #8d1d1b;
}
.thimbleberry {
color: #e34a4d;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--xanthous:#f2b531;
--westfall-yellow:#f9d44e;
--socialist:#8d1d1b;
--thimbleberry:#e34a4d;
}