Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7a1a3c;
}
.raspberry-romantic {
color: #9c2b4f;
}
.tutti-frutti {
color: #b95b7a;
}
.sweet-60 {
color: #f2a1b0;
}
.cherry-flower {
color: #f8d8e9;
}
/* CSS Variables */
:root {
--brown-magenta:#7a1a3c;
--raspberry-romantic:#9c2b4f;
--tutti-frutti:#b95b7a;
--sweet-60:#f2a1b0;
--cherry-flower:#f8d8e9;
}