Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7b1e3b;
}
.mule-fawn {
color: #894e3e;
}
.temple-tile {
color: #a8855d;
}
.desire-pink {
color: #f0c7d0;
}
.flower-blossom-pink {
color: #f1798d;
}
/* CSS Variables */
:root {
--brown-magenta:#7b1e3b;
--mule-fawn:#894e3e;
--temple-tile:#a8855d;
--desire-pink:#f0c7d0;
--flower-blossom-pink:#f1798d;
}