Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.redstone {
color: #e66b6f;
}
.mixed-fruit {
color: #f9b7b4;
}
.light-soft-fresco {
color: #d0e2d5;
}
.parisian-patina {
color: #799a8a;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--redstone:#e66b6f;
--mixed-fruit:#f9b7b4;
--light-soft-fresco:#d0e2d5;
--parisian-patina:#799a8a;
}