Color names in this palette
CSS code for this palette
/* CSS */
.clay-pipe {
color: #d8c9b6;
}
.practical-beige {
color: #c9b29c;
}
.new-penny {
color: #a37b66;
}
.western-pursuit {
color: #905e41;
}
.guitar {
color: #6b4e38;
}
/* CSS Variables */
:root {
--clay-pipe:#d8c9b6;
--practical-beige:#c9b29c;
--new-penny:#a37b66;
--western-pursuit:#905e41;
--guitar:#6b4e38;
}