Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c7;
}
.white {
color: #ffffff;
}
.saira-red {
color: #ff9eb3;
}
.blossom-tree {
color: #ffc7db;
}
.transparent-pink {
color: #ffdbf0;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c7;
--white:#ffffff;
--saira-red:#ff9eb3;
--blossom-tree:#ffc7db;
--transparent-pink:#ffdbf0;
}