Color names in this palette
CSS code for this palette
/* CSS */
.link-to-the-past {
color: #d3b58d;
}
.ginger-ale {
color: #c6a96c;
}
.camel-spider {
color: #b38a51;
}
.splinter {
color: #a3703e;
}
.burnt-crust {
color: #8d5530;
}
/* CSS Variables */
:root {
--link-to-the-past:#d3b58d;
--ginger-ale:#c6a96c;
--camel-spider:#b38a51;
--splinter:#a3703e;
--burnt-crust:#8d5530;
}