Color names in this palette
CSS code for this palette
/* CSS */
.bacchanalia-red {
color: #8d3a3a;
}
.pomegranate {
color: #c15353;
}
.italian-clay {
color: #d79a79;
}
.straw-hat {
color: #f0d2a8;
}
.creamy-cloud-dreams {
color: #fff3e0;
}
/* CSS Variables */
:root {
--bacchanalia-red:#8d3a3a;
--pomegranate:#c15353;
--italian-clay:#d79a79;
--straw-hat:#f0d2a8;
--creamy-cloud-dreams:#fff3e0;
}