Color names in this palette
CSS code for this palette
/* CSS */
.largest-black-slug {
color: #5b1f2d;
}
.moonrose {
color: #a83e47;
}
.true-love {
color: #e37d87;
}
.mixed-fruit {
color: #f9b8b4;
}
.dainty-peach {
color: #ffcdb8;
}
/* CSS Variables */
:root {
--largest-black-slug:#5b1f2d;
--moonrose:#a83e47;
--true-love:#e37d87;
--mixed-fruit:#f9b8b4;
--dainty-peach:#ffcdb8;
}