Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7b1e3b;
}
.pink-dahlia {
color: #b64966;
}
.juicy-peach {
color: #d78e90;
}
.first-date {
color: #f3b2a5;
}
.laurel-pink {
color: #f5e1db;
}
/* CSS Variables */
:root {
--brown-magenta:#7b1e3b;
--pink-dahlia:#b64966;
--juicy-peach:#d78e90;
--first-date:#f3b2a5;
--laurel-pink:#f5e1db;
}