Color names in this palette
CSS code for this palette
/* CSS */
.herb-blend {
color: #4a8c6b;
}
.eerie-glow {
color: #a7d7b8;
}
.oyster-bisque {
color: #f2e6b0;
}
.quiche-lorraine {
color: #fbd66f;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--herb-blend:#4a8c6b;
--eerie-glow:#a7d7b8;
--oyster-bisque:#f2e6b0;
--quiche-lorraine:#fbd66f;
--mandarin-red:#e74d3c;
}