Color names in this palette
CSS code for this palette
/* CSS */
.sunset-pink {
color: #f7d4e6;
}
.rose-mallow {
color: #f2a6c6;
}
.hope {
color: #e87d9f;
}
.peppermint-swirl {
color: #d45e81;
}
.red-bud {
color: #a52c54;
}
/* CSS Variables */
:root {
--sunset-pink:#f7d4e6;
--rose-mallow:#f2a6c6;
--hope:#e87d9f;
--peppermint-swirl:#d45e81;
--red-bud:#a52c54;
}