Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.ginger-ale {
color: #c6a86c;
}
.peaches-n-cream {
color: #edc8a6;
}
.bonfire-night {
color: #de6a3f;
}
.hamburger {
color: #a44d28;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--ginger-ale:#c6a86c;
--peaches-n-cream:#edc8a6;
--bonfire-night:#de6a3f;
--hamburger:#a44d28;
}