Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.pale-petunia {
color: #f6c1c8;
}
.poetic-princess {
color: #f9e1e4;
}
.ibis {
color: #f6b6c1;
}
.love-at-first-sight {
color: #e6a3b0;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--pale-petunia:#f6c1c8;
--poetic-princess:#f9e1e4;
--ibis:#f6b6c1;
--love-at-first-sight:#e6a3b0;
}