Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.cuticle-pink {
color: #e1a59d;
}
.ginger-peach {
color: #f8d2a0;
}
.pinard-yellow {
color: #f5c800;
}
.edocha {
color: #a43b2d;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--cuticle-pink:#e1a59d;
--ginger-peach:#f8d2a0;
--pinard-yellow:#f5c800;
--edocha:#a43b2d;
}