Color names in this palette
CSS code for this palette
/* CSS */
.lovely-breeze {
color: #f7d9e5;
}
.rosey-afterglow {
color: #f9c8d1;
}
.pink-fit {
color: #f9a9b2;
}
.xoxo {
color: #f27d94;
}
.camellia-rose {
color: #e84f6e;
}
/* CSS Variables */
:root {
--lovely-breeze:#f7d9e5;
--rosey-afterglow:#f9c8d1;
--pink-fit:#f9a9b2;
--xoxo:#f27d94;
--camellia-rose:#e84f6e;
}