Color names in this palette
CSS code for this palette
/* CSS */
.hot-cacao {
color: #a66c4e;
}
.ginger-ale {
color: #c9a86e;
}
.dromedary {
color: #e1c194;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.chinese-cherry {
color: #f2d9ca;
}
/* CSS Variables */
:root {
--hot-cacao:#a66c4e;
--ginger-ale:#c9a86e;
--dromedary:#e1c194;
--smooth-as-corn-silk:#f4e2b3;
--chinese-cherry:#f2d9ca;
}