Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.brushwood {
color: #8c5b3b;
}
.hashibami-brown {
color: #c0a66d;
}
.pierogi {
color: #f2d78c;
}
.star-of-gold {
color: #eae3c8;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--brushwood:#8c5b3b;
--hashibami-brown:#c0a66d;
--pierogi:#f2d78c;
--star-of-gold:#eae3c8;
}