Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c9a86e;
}
.hazel {
color: #a36b4d;
}
.witch-s-cottage {
color: #4a3d26;
}
.natchez-moss {
color: #b2a66c;
}
.chamomile {
color: #e5c89a;
}
/* CSS Variables */
:root {
--ginger-ale:#c9a86e;
--hazel:#a36b4d;
--witch-s-cottage:#4a3d26;
--natchez-moss:#b2a66c;
--chamomile:#e5c89a;
}