Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-romantic {
color: #9b2c4d;
}
.peppermint-swirl {
color: #d25b7d;
}
.garden-party {
color: #e5a4b7;
}
.hopeful {
color: #f3d3e5;
}
.lilac-pink {
color: #c49fc6;
}
/* CSS Variables */
:root {
--raspberry-romantic:#9b2c4d;
--peppermint-swirl:#d25b7d;
--garden-party:#e5a4b7;
--hopeful:#f3d3e5;
--lilac-pink:#c49fc6;
}