Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.artisan {
color: #905a47;
}
.western-sunrise {
color: #d9a36d;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.sailcloth {
color: #eae2c2;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--artisan:#905a47;
--western-sunrise:#d9a36d;
--antique-wicker-basket:#f2d2a1;
--sailcloth:#eae2c2;
}