Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f9c8d1;
}
.pink-fit {
color: #f6a2b4;
}
.fruity-licious {
color: #f78d92;
}
.flower-blossom-pink {
color: #ef7b89;
}
.deep-blush {
color: #e76a8b;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f9c8d1;
--pink-fit:#f6a2b4;
--fruity-licious:#f78d92;
--flower-blossom-pink:#ef7b89;
--deep-blush:#e76a8b;
}