Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f6d13c;
}
.chrome-yellow {
color: #faa700;
}
.kin-gold {
color: #f09400;
}
.mee-hua-sunset {
color: #f07800;
}
.poppy-flower {
color: #f05c00;
}
/* CSS Variables */
:root {
--marigold-dust:#f6d13c;
--chrome-yellow:#faa700;
--kin-gold:#f09400;
--mee-hua-sunset:#f07800;
--poppy-flower:#f05c00;
}