Color names in this palette
CSS code for this palette
/* CSS */
.cara-be {
color: #795b4e;
}
.sleepy-owlet {
color: #b4a78d;
}
.thatched-cottage {
color: #d5c7a4;
}
.james-blonde {
color: #f2e4b5;
}
.bonsai-tint {
color: #c3d2b2;
}
/* CSS Variables */
:root {
--cara-be:#795b4e;
--sleepy-owlet:#b4a78d;
--thatched-cottage:#d5c7a4;
--james-blonde:#f2e4b5;
--bonsai-tint:#c3d2b2;
}