Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f4a4b8;
}
.desire-pink {
color: #f1c6d3;
}
.pretty-petunia {
color: #d9b7e6;
}
.fairy-sparkles {
color: #b1e1f7;
}
.overtone {
color: #a7e2b0;
}
/* CSS Variables */
:root {
--rozowy-pink:#f4a4b8;
--desire-pink:#f1c6d3;
--pretty-petunia:#d9b7e6;
--fairy-sparkles:#b1e1f7;
--overtone:#a7e2b0;
}