Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f8d03f;
}
.hawaiian-passion {
color: #f9a23e;
}
.summer-citrus {
color: #f67d2c;
}
.tilted-pinball {
color: #f05324;
}
.clear-red {
color: #c92b1d;
}
/* CSS Variables */
:root {
--marigold-dust:#f8d03f;
--hawaiian-passion:#f9a23e;
--summer-citrus:#f67d2c;
--tilted-pinball:#f05324;
--clear-red:#c92b1d;
}