Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.cedar-plank-salmon {
color: #a86b4d;
}
.warming-peach {
color: #e6b8a2;
}
.ephemeral-peach {
color: #fce1d4;
}
.antique-wicker-basket {
color: #f7d3a1;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--cedar-plank-salmon:#a86b4d;
--warming-peach:#e6b8a2;
--ephemeral-peach:#fce1d4;
--antique-wicker-basket:#f7d3a1;
}