Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f4a4b7;
}
.soft-cashmere {
color: #f1b1d8;
}
.prom-corsage {
color: #e5c1e6;
}
.pretty-petunia {
color: #d4b5e8;
}
.mauve-mist {
color: #c79ad6;
}
/* CSS Variables */
:root {
--rozowy-pink:#f4a4b7;
--soft-cashmere:#f1b1d8;
--prom-corsage:#e5c1e6;
--pretty-petunia:#d4b5e8;
--mauve-mist:#c79ad6;
}