Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.sizzling-hot {
color: #a46d56;
}
.la-vie-en-rose {
color: #d2a7a2;
}
.neighborly-peach {
color: #f1c3a2;
}
.hinoki {
color: #f7dfb6;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--sizzling-hot:#a46d56;
--la-vie-en-rose:#d2a7a2;
--neighborly-peach:#f1c3a2;
--hinoki:#f7dfb6;
}