Color names in this palette
CSS code for this palette
/* CSS */
.woven-gold {
color: #d9b73a;
}
.mad-for-mango {
color: #f5a300;
}
.phellodendron-amurense {
color: #f3c539;
}
.majestic-treasures {
color: #f1e7a2;
}
.curry-powder {
color: #d16900;
}
/* CSS Variables */
:root {
--woven-gold:#d9b73a;
--mad-for-mango:#f5a300;
--phellodendron-amurense:#f3c539;
--majestic-treasures:#f1e7a2;
--curry-powder:#d16900;
}