Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.aphrodisiac {
color: #e5575e;
}
.candy-heart-pink {
color: #f7a1a3;
}
.shy-cupid {
color: #f0d7c7;
}
.noodles {
color: #f9e2b4;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--aphrodisiac:#e5575e;
--candy-heart-pink:#f7a1a3;
--shy-cupid:#f0d7c7;
--noodles:#f9e2b4;
}