Color names in this palette
CSS code for this palette
/* CSS */
.reddish {
color: #c7493d;
}
.clay-mug {
color: #d37a5a;
}
.salted-caramel {
color: #e8b169;
}
.dancing-daisy {
color: #f2c75a;
}
.arabian-red {
color: #a24f3f;
}
/* CSS Variables */
:root {
--reddish:#c7493d;
--clay-mug:#d37a5a;
--salted-caramel:#e8b169;
--dancing-daisy:#f2c75a;
--arabian-red:#a24f3f;
}