Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.ginger-ale {
color: #c9a669;
}
.swamp-fox {
color: #b59f69;
}
.grey-by-me {
color: #a19a8c;
}
.jasper-cane {
color: #e5c59f;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--ginger-ale:#c9a669;
--swamp-fox:#b59f69;
--grey-by-me:#a19a8c;
--jasper-cane:#e5c59f;
}