Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.cherry-blossom {
color: #f6c1d4;
}
.pink-frosting {
color: #f7d4e1;
}
.light-orchid {
color: #e5a4d8;
}
.ice-plant {
color: #d57bad;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--cherry-blossom:#f6c1d4;
--pink-frosting:#f7d4e1;
--light-orchid:#e5a4d8;
--ice-plant:#d57bad;
}