Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.honey-wax {
color: #f9a824;
}
.ornery-tangerine {
color: #f97a1f;
}
.rackham-red {
color: #d83a22;
}
.star-and-crescent-red {
color: #c81e23;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--honey-wax:#f9a824;
--ornery-tangerine:#f97a1f;
--rackham-red:#d83a22;
--star-and-crescent-red:#c81e23;
}