Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.athena-pink {
color: #e8b5c3;
}
.garden-party {
color: #e2a6b9;
}
.haute-pink {
color: #d69aab;
}
.can-can {
color: #d08a9d;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--athena-pink:#e8b5c3;
--garden-party:#e2a6b9;
--haute-pink:#d69aab;
--can-can:#d08a9d;
}