Color names in this palette
CSS code for this palette
/* CSS */
.cured-eggplant {
color: #390e34;
}
.her-fierceness {
color: #710e39;
}
.primal-red {
color: #a92d4e;
}
.pastel-strawberry {
color: #f0514c;
}
.friendly-yellow {
color: #f7e3b0;
}
/* CSS Variables */
:root {
--cured-eggplant:#390e34;
--her-fierceness:#710e39;
--primal-red:#a92d4e;
--pastel-strawberry:#f0514c;
--friendly-yellow:#f7e3b0;
}