CSS code for this palette
/* CSS */
.edocha {
color: #9f3c2d;
}
.culpeo {
color: #e3a23b;
}
.pale-pear {
color: #f7da6e;
}
.hoeth-blue {
color: #5aa6d8;
}
.china-pattern {
color: #3e5b75;
}
/* CSS Variables */
:root {
--edocha:#9f3c2d;
--culpeo:#e3a23b;
--pale-pear:#f7da6e;
--hoeth-blue:#5aa6d8;
--china-pattern:#3e5b75;
}