Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7b1e3b;
}
.boysenberry-pink {
color: #9f3c5c;
}
.blush-d-amour {
color: #e16087;
}
.prism-pink {
color: #f0a3c3;
}
.hopeful {
color: #f4d2e1;
}
/* CSS Variables */
:root {
--brown-magenta:#7b1e3b;
--boysenberry-pink:#9f3c5c;
--blush-d-amour:#e16087;
--prism-pink:#f0a3c3;
--hopeful:#f4d2e1;
}