Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.briquette {
color: #e05c67;
}
.hibiscus-petal {
color: #f1a7ad;
}
.ballet {
color: #f8d3d5;
}
.valerie {
color: #fce3e7;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--briquette:#e05c67;
--hibiscus-petal:#f1a7ad;
--ballet:#f8d3d5;
--valerie:#fce3e7;
}