Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.golden-nugget {
color: #d98d4a;
}
.high-honey {
color: #e2b74b;
}
.new-yellow {
color: #e8c04a;
}
.angel-s-trumpet {
color: #f2e03a;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--golden-nugget:#d98d4a;
--high-honey:#e2b74b;
--new-yellow:#e8c04a;
--angel-s-trumpet:#f2e03a;
}