Color names in this palette
CSS code for this palette
/* CSS */
.enticing-red {
color: #b74e4e;
}
.band-aid {
color: #d7a67f;
}
.pale-wheat {
color: #d9c0a1;
}
.garden-grove {
color: #5b805b;
}
.evergreens {
color: #3e5b3e;
}
/* CSS Variables */
:root {
--enticing-red:#b74e4e;
--band-aid:#d7a67f;
--pale-wheat:#d9c0a1;
--garden-grove:#5b805b;
--evergreens:#3e5b3e;
}