Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.honey-wax {
color: #f9a824;
}
.vanilla-pudding {
color: #f5e06b;
}
.plastic-carrot {
color: #f45b1f;
}
.ecstatic-red {
color: #a50d24;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--honey-wax:#f9a824;
--vanilla-pudding:#f5e06b;
--plastic-carrot:#f45b1f;
--ecstatic-red:#a50d24;
}