Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f3a5b7;
}
.coy-pink {
color: #f7d9d9;
}
.bff {
color: #e2b1d6;
}
.botanical-tint {
color: #a7e2d5;
}
.buttery-croissant {
color: #f5e39e;
}
/* CSS Variables */
:root {
--rozowy-pink:#f3a5b7;
--coy-pink:#f7d9d9;
--bff:#e2b1d6;
--botanical-tint:#a7e2d5;
--buttery-croissant:#f5e39e;
}