Color names in this palette
CSS code for this palette
/* CSS */
.azalea-pink {
color: #f9c3c4;
}
.pink-chalk {
color: #f5a3be;
}
.pink-carnation {
color: #e6799c;
}
.paris-pink {
color: #d56d8f;
}
.rose-bud {
color: #b65d9d;
}
/* CSS Variables */
:root {
--azalea-pink:#f9c3c4;
--pink-chalk:#f5a3be;
--pink-carnation:#e6799c;
--paris-pink:#d56d8f;
--rose-bud:#b65d9d;
}