Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7a1f3a;
}
.velvet-cake {
color: #9c2b3c;
}
.enticing-red {
color: #b84c4e;
}
.my-pink {
color: #d78b7f;
}
.rhodonite {
color: #f3b4c7;
}
/* CSS Variables */
:root {
--brown-magenta:#7a1f3a;
--velvet-cake:#9c2b3c;
--enticing-red:#b84c4e;
--my-pink:#d78b7f;
--rhodonite:#f3b4c7;
}