Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b9;
}
.in-the-pink {
color: #f2c5d3;
}
.cupid-arrow {
color: #f4e1e2;
}
.palace-rose {
color: #f7cad6;
}
.almond-blossom {
color: #f1acb8;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b9;
--in-the-pink:#f2c5d3;
--cupid-arrow:#f4e1e2;
--palace-rose:#f7cad6;
--almond-blossom:#f1acb8;
}