Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c4;
}
.rozowy-pink {
color: #f1a7b9;
}
.elastic-pink {
color: #f0a3c7;
}
.pretty-in-pink {
color: #f7c0e2;
}
.minute-mauve {
color: #f2e4f6;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c4;
--rozowy-pink:#f1a7b9;
--elastic-pink:#f0a3c7;
--pretty-in-pink:#f7c0e2;
--minute-mauve:#f2e4f6;
}