Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f6c1d4;
}
.waddles-pink {
color: #f1a7ca;
}
.elastic-pink {
color: #eba3cf;
}
.soft-fuchsia {
color: #d69abe;
}
.aster-violetta {
color: #8e5c9d;
}
/* CSS Variables */
:root {
--cherry-blossom:#f6c1d4;
--waddles-pink:#f1a7ca;
--elastic-pink:#eba3cf;
--soft-fuchsia:#d69abe;
--aster-violetta:#8e5c9d;
}