Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.rozowy-pink {
color: #f2a6b8;
}
.petals-unfolding {
color: #f2bac4;
}
.chic-peach {
color: #f0d0c7;
}
.mette-penne {
color: #f9e1d2;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--rozowy-pink:#f2a6b8;
--petals-unfolding:#f2bac4;
--chic-peach:#f0d0c7;
--mette-penne:#f9e1d2;
}