Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e1a3c2;
}
.rosy-nectar {
color: #f2c5e4;
}
.first-daughter {
color: #f7d4d8;
}
.rozowy-pink {
color: #f4a4b7;
}
.paris-pink {
color: #d66b8b;
}
/* CSS Variables */
:root {
--think-pink:#e1a3c2;
--rosy-nectar:#f2c5e4;
--first-daughter:#f7d4d8;
--rozowy-pink:#f4a4b7;
--paris-pink:#d66b8b;
}