Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c6;
}
.saira-red {
color: #ff9eb3;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7c;
}
.chinese-new-year {
color: #ff2e6d;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c6;
--saira-red:#ff9eb3;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7c;
--chinese-new-year:#ff2e6d;
}