Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f5c2d3;
}
.pink-chalk {
color: #f4a4c0;
}
.embarrassed {
color: #f6799b;
}
.brink-pink {
color: #f8637c;
}
.pretty-in-plum {
color: #c9598a;
}
/* CSS Variables */
:root {
--cherry-blossom:#f5c2d3;
--pink-chalk:#f4a4c0;
--embarrassed:#f6799b;
--brink-pink:#f8637c;
--pretty-in-plum:#c9598a;
}