Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.sullivan-s-heart {
color: #f6c6d2;
}
.poetic-princess {
color: #f9e1e4;
}
.rozowy-pink {
color: #f6a7b8;
}
.brink-pink {
color: #f45d7e;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--sullivan-s-heart:#f6c6d2;
--poetic-princess:#f9e1e4;
--rozowy-pink:#f6a7b8;
--brink-pink:#f45d7e;
}