Color names in this palette
CSS code for this palette
/* CSS */
.embarrassed {
color: #e47799;
}
.wild-orchid {
color: #d97d9d;
}
.ballet-rose {
color: #d1a8b2;
}
.cherry-blossom {
color: #f5c2d4;
}
.precious-pink {
color: #f7b1b4;
}
/* CSS Variables */
:root {
--embarrassed:#e47799;
--wild-orchid:#d97d9d;
--ballet-rose:#d1a8b2;
--cherry-blossom:#f5c2d4;
--precious-pink:#f7b1b4;
}