Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.tandoori-red {
color: #d4595d;
}
.pink-chi {
color: #e6898b;
}
.jaguar-rose {
color: #f1b1b5;
}
.cupcake-pink {
color: #f7d9d4;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--tandoori-red:#d4595d;
--pink-chi:#e6898b;
--jaguar-rose:#f1b1b5;
--cupcake-pink:#f7d9d4;
}