Color names in this palette
CSS code for this palette
/* CSS */
.traditional-leather {
color: #6f4f3e;
}
.ecru {
color: #c2b180;
}
.fresh-onion {
color: #508e2f;
}
.amazon {
color: #3a7859;
}
.yale-blue {
color: #0d4b91;
}
/* CSS Variables */
:root {
--traditional-leather:#6f4f3e;
--ecru:#c2b180;
--fresh-onion:#508e2f;
--amazon:#3a7859;
--yale-blue:#0d4b91;
}