Color names in this palette
CSS code for this palette
/* CSS */
.petal-poise {
color: #f9e6ed;
}
.sweetheart {
color: #f4c3d6;
}
.carnal-pink {
color: #f09eb5;
}
.carmine-rose {
color: #e95d8e;
}
.raspberry-sorbet {
color: #d93a6a;
}
/* CSS Variables */
:root {
--petal-poise:#f9e6ed;
--sweetheart:#f4c3d6;
--carnal-pink:#f09eb5;
--carmine-rose:#e95d8e;
--raspberry-sorbet:#d93a6a;
}