Color names in this palette
CSS code for this palette
/* CSS */
.frost-bite {
color: #f6efe4;
}
.wheat-sheaf {
color: #e2d3c5;
}
.cracked-earth {
color: #c6b19f;
}
.chocolate-powder {
color: #a68c7d;
}
.traditional-leather {
color: #6f4f3e;
}
/* CSS Variables */
:root {
--frost-bite:#f6efe4;
--wheat-sheaf:#e2d3c5;
--cracked-earth:#c6b19f;
--chocolate-powder:#a68c7d;
--traditional-leather:#6f4f3e;
}