Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d2a2c9;
}
.eau-de-rose {
color: #e4b9d4;
}
.rosy-nectar {
color: #f2c4e1;
}
.cream-pink {
color: #f7e4d9;
}
.rozowy-pink {
color: #f2a6b6;
}
/* CSS Variables */
:root {
--geranium-bud:#d2a2c9;
--eau-de-rose:#e4b9d4;
--rosy-nectar:#f2c4e1;
--cream-pink:#f7e4d9;
--rozowy-pink:#f2a6b6;
}