Color names in this palette
CSS code for this palette
/* CSS */
.cherry-brandy {
color: #e06c7f;
}
.pink-fit {
color: #f2a6b0;
}
.cherry-blossom {
color: #f8c4d5;
}
.soft-cashmere {
color: #f0b7d6;
}
.desire {
color: #e63754;
}
/* CSS Variables */
:root {
--cherry-brandy:#e06c7f;
--pink-fit:#f2a6b0;
--cherry-blossom:#f8c4d5;
--soft-cashmere:#f0b7d6;
--desire:#e63754;
}