Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.butterscotch {
color: #f9b248;
}
.fire-flower {
color: #f58d38;
}
.summer-citrus {
color: #f67d2c;
}
.apocalyptic-orange {
color: #f46a1f;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--butterscotch:#f9b248;
--fire-flower:#f58d38;
--summer-citrus:#f67d2c;
--apocalyptic-orange:#f46a1f;
}