Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7b1e3b;
}
.queen-of-hearts {
color: #9a2d3b;
}
.bitter-orange {
color: #d57d2a;
}
.summertime {
color: #f1cf79;
}
.cameo-cream {
color: #f4e2c3;
}
/* CSS Variables */
:root {
--brown-magenta:#7b1e3b;
--queen-of-hearts:#9a2d3b;
--bitter-orange:#d57d2a;
--summertime:#f1cf79;
--cameo-cream:#f4e2c3;
}