Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f4cf3e;
}
.go-bananas {
color: #f7c750;
}
.angel-s-trumpet {
color: #f9df34;
}
.yellow-of-izamal {
color: #ebb000;
}
.moldy-ochre {
color: #d6a400;
}
/* CSS Variables */
:root {
--marigold-dust:#f4cf3e;
--go-bananas:#f7c750;
--angel-s-trumpet:#f9df34;
--yellow-of-izamal:#ebb000;
--moldy-ochre:#d6a400;
}