Color names in this palette
CSS code for this palette
/* CSS */
.link-to-the-past {
color: #d3b58d;
}
.ginger-ale {
color: #c9a86e;
}
.steampunk-gold {
color: #c69c53;
}
.mexican-spirit {
color: #d67f38;
}
.hamburger {
color: #9f4c28;
}
/* CSS Variables */
:root {
--link-to-the-past:#d3b58d;
--ginger-ale:#c9a86e;
--steampunk-gold:#c69c53;
--mexican-spirit:#d67f38;
--hamburger:#9f4c28;
}