Color names in this palette
CSS code for this palette
/* CSS */
.sand-dance {
color: #e0c5b8;
}
.splash-of-honey {
color: #d6b98a;
}
.ginger-ale {
color: #c9a86e;
}
.gladiator-leather {
color: #a85e3e;
}
.kinsusutake-brown {
color: #7d4d2b;
}
/* CSS Variables */
:root {
--sand-dance:#e0c5b8;
--splash-of-honey:#d6b98a;
--ginger-ale:#c9a86e;
--gladiator-leather:#a85e3e;
--kinsusutake-brown:#7d4d2b;
}