CSS code for this palette
/* CSS */
.rope {
color: #8a5c3d;
}
.crown-gold {
color: #b58b5e;
}
.wax-way {
color: #d8b569;
}
.radome-tan {
color: #f1c5a2;
}
.serene-peach {
color: #f4d3b8;
}
/* CSS Variables */
:root {
--rope:#8a5c3d;
--crown-gold:#b58b5e;
--wax-way:#d8b569;
--radome-tan:#f1c5a2;
--serene-peach:#f4d3b8;
}