Color names in this palette
CSS code for this palette
/* CSS */
.squash {
color: #f3ab12;
}
.mee-hua-sunset {
color: #f07800;
}
.poppy-flower {
color: #eb5a00;
}
.deep-orange {
color: #db5000;
}
.beef-bourguignon {
color: #b84900;
}
/* CSS Variables */
:root {
--squash:#f3ab12;
--mee-hua-sunset:#f07800;
--poppy-flower:#eb5a00;
--deep-orange:#db5000;
--beef-bourguignon:#b84900;
}