Color names in this palette
CSS code for this palette
/* CSS */
.canter-peach {
color: #f7d4bb;
}
.roseberry {
color: #f2a6a1;
}
.deep-blush {
color: #e76a89;
}
.middle-safflower {
color: #c94a79;
}
.anemone {
color: #892f4a;
}
/* CSS Variables */
:root {
--canter-peach:#f7d4bb;
--roseberry:#f2a6a1;
--deep-blush:#e76a89;
--middle-safflower:#c94a79;
--anemone:#892f4a;
}