Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c9a86e;
}
.skullcrusher-brass {
color: #f1c88e;
}
.durango-dust {
color: #f9e19f;
}
.sandy-brown {
color: #f2a65f;
}
.sweet-potato {
color: #d77d3c;
}
/* CSS Variables */
:root {
--ginger-ale:#c9a86e;
--skullcrusher-brass:#f1c88e;
--durango-dust:#f9e19f;
--sandy-brown:#f2a65f;
--sweet-potato:#d77d3c;
}