Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c6a96c;
}
.kinsusutake-brown {
color: #7a4a2a;
}
.pale-wheat {
color: #d9c1a0;
}
.vintage-pottery {
color: #a46a46;
}
.gentle-doe {
color: #e6b68e;
}
/* CSS Variables */
:root {
--ginger-ale:#c6a96c;
--kinsusutake-brown:#7a4a2a;
--pale-wheat:#d9c1a0;
--vintage-pottery:#a46a46;
--gentle-doe:#e6b68e;
}