Color names in this palette
CSS code for this palette
/* CSS */
.creamy-strawberry {
color: #fbd5df;
}
.cherry-blossom {
color: #f3bed6;
}
.usu-koubai-blossom {
color: #e892b4;
}
.lilac-bush {
color: #9d76c6;
}
.chive-blossom {
color: #8b5ea1;
}
/* CSS Variables */
:root {
--creamy-strawberry:#fbd5df;
--cherry-blossom:#f3bed6;
--usu-koubai-blossom:#e892b4;
--lilac-bush:#9d76c6;
--chive-blossom:#8b5ea1;
}