Color names in this palette
CSS code for this palette
/* CSS */
.blossom-pink {
color: #e7d6d0;
}
.shell-ginger {
color: #f9e4d7;
}
.desire-pink {
color: #f0c7d0;
}
.sweet-lilac {
color: #eab8d1;
}
.cherry-blossom {
color: #f4c3d5;
}
/* CSS Variables */
:root {
--blossom-pink:#e7d6d0;
--shell-ginger:#f9e4d7;
--desire-pink:#f0c7d0;
--sweet-lilac:#eab8d1;
--cherry-blossom:#f4c3d5;
}