Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b7;
}
.soft-cashmere {
color: #f3b4d6;
}
.laelia-pink {
color: #f6c6e1;
}
.just-a-tease {
color: #f9d6d2;
}
.sandalwood-beige {
color: #f2d1b1;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b7;
--soft-cashmere:#f3b4d6;
--laelia-pink:#f6c6e1;
--just-a-tease:#f9d6d2;
--sandalwood-beige:#f2d1b1;
}