Color names in this palette
CSS code for this palette
/* CSS */
.tartare {
color: #c35a37;
}
.jack-o-lantern {
color: #d87a4b;
}
.orange-clay {
color: #e5a47b;
}
.skullcrusher-brass {
color: #f2c891;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
/* CSS Variables */
:root {
--tartare:#c35a37;
--jack-o-lantern:#d87a4b;
--orange-clay:#e5a47b;
--skullcrusher-brass:#f2c891;
--smooth-as-corn-silk:#f6e5b1;
}