Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.peach-bud {
color: #f9b1ae;
}
.cumquat-cream {
color: #f09f7f;
}
.dash-of-curry {
color: #c86b5b;
}
.bacchanalia-red {
color: #8c3b3b;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--peach-bud:#f9b1ae;
--cumquat-cream:#f09f7f;
--dash-of-curry:#c86b5b;
--bacchanalia-red:#8c3b3b;
}