Color names in this palette
CSS code for this palette
/* CSS */
.australium-gold {
color: #e6b63d;
}
.suzani-gold {
color: #c29a3d;
}
.hot-curry {
color: #7e5b2a;
}
.witch-s-cottage {
color: #4b3e2a;
}
.livid-brown {
color: #2e2929;
}
/* CSS Variables */
:root {
--australium-gold:#e6b63d;
--suzani-gold:#c29a3d;
--hot-curry:#7e5b2a;
--witch-s-cottage:#4b3e2a;
--livid-brown:#2e2929;
}