Color names in this palette
CSS code for this palette
/* CSS */
.cheeky-chestnut {
color: #794d39;
}
.baker-s-dream {
color: #c88b6f;
}
.ancient-inca {
color: #e3b38c;
}
.pale-coral {
color: #f1d1b6;
}
.cat-s-eye-marble {
color: #d6a75c;
}
/* CSS Variables */
:root {
--cheeky-chestnut:#794d39;
--baker-s-dream:#c88b6f;
--ancient-inca:#e3b38c;
--pale-coral:#f1d1b6;
--cat-s-eye-marble:#d6a75c;
}