Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.dragon-fruit {
color: #d75b69;
}
.garden-party {
color: #e1a8b7;
}
.first-peach {
color: #f6c7c6;
}
.pork-belly {
color: #f9e1e6;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--dragon-fruit:#d75b69;
--garden-party:#e1a8b7;
--first-peach:#f6c7c6;
--pork-belly:#f9e1e6;
}