Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.yolk {
color: #ebc700;
}
.golden-beryl-yellow {
color: #d6a800;
}
.romaine-green {
color: #a38b00;
}
.bronze-yellow {
color: #6c7000;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--yolk:#ebc700;
--golden-beryl-yellow:#d6a800;
--romaine-green:#a38b00;
--bronze-yellow:#6c7000;
}