Color names in this palette
CSS code for this palette
/* CSS */
.gladiator-leather {
color: #a85c3e;
}
.retributor-armour-metal {
color: #c79d7f;
}
.creole-cottage {
color: #e8b69b;
}
.peach-shortcake {
color: #f2dfd4;
}
.stark-white {
color: #d3c5b6;
}
/* CSS Variables */
:root {
--gladiator-leather:#a85c3e;
--retributor-armour-metal:#c79d7f;
--creole-cottage:#e8b69b;
--peach-shortcake:#f2dfd4;
--stark-white:#d3c5b6;
}