Color names in this palette
CSS code for this palette
/* CSS */
.tamale-maize {
color: #f6e7b6;
}
.moonlight-yellow {
color: #e0c68a;
}
.mustard-oil {
color: #d6bf6b;
}
.ginger-ale {
color: #c7a86b;
}
.vintage-pottery {
color: #a46d46;
}
/* CSS Variables */
:root {
--tamale-maize:#f6e7b6;
--moonlight-yellow:#e0c68a;
--mustard-oil:#d6bf6b;
--ginger-ale:#c7a86b;
--vintage-pottery:#a46d46;
}