Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e3a5b5;
}
.smidgen-of-love {
color: #f2cad8;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--garden-party:#e3a5b5;
--smidgen-of-love:#f2cad8;
--cherry-blossom-pink:#ffb3c6;
--grapefruit-pulp:#ff6e61;
--kacey-s-pink:#e94e77;
}