Color names in this palette
CSS code for this palette
/* CSS */
.golden-hamster {
color: #d69e3d;
}
.mulberry-thorn {
color: #c77d29;
}
.spicy-cinnamon {
color: #a65b21;
}
.kara-cha-brown {
color: #803b19;
}
.bittersweet-chocolate {
color: #4c2a15;
}
/* CSS Variables */
:root {
--golden-hamster:#d69e3d;
--mulberry-thorn:#c77d29;
--spicy-cinnamon:#a65b21;
--kara-cha-brown:#803b19;
--bittersweet-chocolate:#4c2a15;
}