Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.raucous-orange {
color: #c55a30;
}
.iron-grey {
color: #7c7e7c;
}
.night-sky {
color: #292c33;
}
.olympian-blue {
color: #1d4f8b;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--raucous-orange:#c55a30;
--iron-grey:#7c7e7c;
--night-sky:#292c33;
--olympian-blue:#1d4f8b;
}