Color names in this palette
CSS code for this palette
/* CSS */
.greasy-green-beans {
color: #a4b65d;
}
.lime-granita {
color: #d9e1b7;
}
.oyster-bisque {
color: #f2e4b1;
}
.mystic-tulip {
color: #f8b6a0;
}
.masoho-red {
color: #d57d6c;
}
/* CSS Variables */
:root {
--greasy-green-beans:#a4b65d;
--lime-granita:#d9e1b7;
--oyster-bisque:#f2e4b1;
--mystic-tulip:#f8b6a0;
--masoho-red:#d57d6c;
}