Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.rosey-afterglow {
color: #f9c8cf;
}
.poetic-princess {
color: #f8e2e6;
}
.samantha-s-room {
color: #f3d3e6;
}
.athena-pink {
color: #e8b0c4;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--rosey-afterglow:#f9c8cf;
--poetic-princess:#f8e2e6;
--samantha-s-room:#f3d3e6;
--athena-pink:#e8b0c4;
}