Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.loveable {
color: #f2c4c7;
}
.poetic-princess {
color: #f9e1e3;
}
.love-at-first-sight {
color: #e8a6b4;
}
.pinkish {
color: #d7657c;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--loveable:#f2c4c7;
--poetic-princess:#f9e1e3;
--love-at-first-sight:#e8a6b4;
--pinkish:#d7657c;
}