Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.muffin-mix {
color: #f5e0d1;
}
.master-chief {
color: #4f7d2b;
}
.fire-dust {
color: #b88c6b;
}
.merino-wool {
color: #d0c0af;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--muffin-mix:#f5e0d1;
--master-chief:#4f7d2b;
--fire-dust:#b88c6b;
--merino-wool:#d0c0af;
}