Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f2a1b1;
}
.shadow-azalea-pink {
color: #e76a9a;
}
.middle-safflower {
color: #c64e7a;
}
.bonbon-red {
color: #8c3b65;
}
.winter-bloom {
color: #5d2850;
}
/* CSS Variables */
:root {
--emperor-s-children:#f2a1b1;
--shadow-azalea-pink:#e76a9a;
--middle-safflower:#c64e7a;
--bonbon-red:#8c3b65;
--winter-bloom:#5d2850;
}