Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.wonder-woods {
color: #a8c97e;
}
.oyster-bisque {
color: #f2e6b0;
}
.flower-field {
color: #d9a96d;
}
.brown-rust {
color: #af5a3c;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--wonder-woods:#a8c97e;
--oyster-bisque:#f2e6b0;
--flower-field:#d9a96d;
--brown-rust:#af5a3c;
}