Color names in this palette
CSS code for this palette
/* CSS */
.prayer-flag {
color: #d19b6b;
}
.canvas-satchel {
color: #c8b98d;
}
.vintage-pottery {
color: #a76b49;
}
.california-chamois {
color: #e9b76d;
}
.hamburger {
color: #a44d28;
}
/* CSS Variables */
:root {
--prayer-flag:#d19b6b;
--canvas-satchel:#c8b98d;
--vintage-pottery:#a76b49;
--california-chamois:#e9b76d;
--hamburger:#a44d28;
}