Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f3bfd4;
}
.rozowy-pink {
color: #f1a7b9;
}
.wonder-lust {
color: #f18ea0;
}
.strawberry-pink {
color: #ef6c82;
}
.camellia-rose {
color: #e94e68;
}
/* CSS Variables */
:root {
--cherry-blossom:#f3bfd4;
--rozowy-pink:#f1a7b9;
--wonder-lust:#f18ea0;
--strawberry-pink:#ef6c82;
--camellia-rose:#e94e68;
}