Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.capocollo {
color: #da4e4e;
}
.sugar-poppy {
color: #e97c83;
}
.pink-fit {
color: #f3aab3;
}
.pink-lace {
color: #f8ced6;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--capocollo:#da4e4e;
--sugar-poppy:#e97c83;
--pink-fit:#f3aab3;
--pink-lace:#f8ced6;
}