Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.chantilly {
color: #eab8c9;
}
.first-daughter {
color: #f9d2d8;
}
.rhodonite {
color: #f2b1c4;
}
.flirty-rose {
color: #d95e8b;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--chantilly:#eab8c9;
--first-daughter:#f9d2d8;
--rhodonite:#f2b1c4;
--flirty-rose:#d95e8b;
}