Color names in this palette
CSS code for this palette
/* CSS */
.garden-country {
color: #d6c6a8;
}
.link-to-the-past {
color: #d3b58d;
}
.riviera-clay {
color: #c8a88d;
}
.trailblazer {
color: #bfaf8d;
}
.ancient-pottery {
color: #a67c5e;
}
/* CSS Variables */
:root {
--garden-country:#d6c6a8;
--link-to-the-past:#d3b58d;
--riviera-clay:#c8a88d;
--trailblazer:#bfaf8d;
--ancient-pottery:#a67c5e;
}