Color names in this palette
CSS code for this palette
/* CSS */
.camarone {
color: #1e6b3c;
}
.french-market {
color: #a4c4a1;
}
.august-moon {
color: #e6e1d6;
}
.trumpet {
color: #d0b76c;
}
.leather-satchel {
color: #795039;
}
/* CSS Variables */
:root {
--camarone:#1e6b3c;
--french-market:#a4c4a1;
--august-moon:#e6e1d6;
--trumpet:#d0b76c;
--leather-satchel:#795039;
}