Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.chilli-black-red {
color: #4b1b2e;
}
.rendang {
color: #9e4b1f;
}
.maximum-yellow-red {
color: #f1b74b;
}
.spa-sangria {
color: #d8c8a6;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--chilli-black-red:#4b1b2e;
--rendang:#9e4b1f;
--maximum-yellow-red:#f1b74b;
--spa-sangria:#d8c8a6;
}