Color names in this palette
CSS code for this palette
/* CSS */
.country-linens {
color: #d8c1a6;
}
.desert-pebble {
color: #c7b899;
}
.sleepy-owlet {
color: #b4a78d;
}
.tan-686a {
color: #a28d6d;
}
.cowboy-trails {
color: #8c6c4a;
}
/* CSS Variables */
:root {
--country-linens:#d8c1a6;
--desert-pebble:#c7b899;
--sleepy-owlet:#b4a78d;
--tan-686a:#a28d6d;
--cowboy-trails:#8c6c4a;
}