Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.red-wire {
color: #db5b48;
}
.fruit-red {
color: #f78a69;
}
.buttery-salmon {
color: #f9b09a;
}
.ballet {
color: #f6d6d5;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--red-wire:#db5b48;
--fruit-red:#f78a69;
--buttery-salmon:#f9b09a;
--ballet:#f6d6d5;
}