Color names in this palette
CSS code for this palette
/* CSS */
.golden-hamster {
color: #d89f3b;
}
.beef-hotpot {
color: #a85f2e;
}
.tinny-tin {
color: #4b4c2a;
}
.montana {
color: #39393c;
}
.deep-fried-sun-rays {
color: #f6c85a;
}
/* CSS Variables */
:root {
--golden-hamster:#d89f3b;
--beef-hotpot:#a85f2e;
--tinny-tin:#4b4c2a;
--montana:#39393c;
--deep-fried-sun-rays:#f6c85a;
}