Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.western-sunrise {
color: #d8a06e;
}
.fresh-lettuce {
color: #b4d68f;
}
.jealousy {
color: #7eb05e;
}
.lush-grass {
color: #4b8b4b;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--western-sunrise:#d8a06e;
--fresh-lettuce:#b4d68f;
--jealousy:#7eb05e;
--lush-grass:#4b8b4b;
}