Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e3a5c4;
}
.fiesta-pink {
color: #d56c9a;
}
.poise {
color: #a67d93;
}
.in-the-pink {
color: #f2c5d1;
}
.breeze-of-chilli {
color: #f7706e;
}
/* CSS Variables */
:root {
--prettiest-pink:#e3a5c4;
--fiesta-pink:#d56c9a;
--poise:#a67d93;
--in-the-pink:#f2c5d1;
--breeze-of-chilli:#f7706e;
}