Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.snow-white-blush {
color: #f9aeae;
}
.monarch-orange {
color: #f49e6c;
}
.paris-pink {
color: #d66b8f;
}
.zeus-purple {
color: #690571;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--snow-white-blush:#f9aeae;
--monarch-orange:#f49e6c;
--paris-pink:#d66b8f;
--zeus-purple:#690571;
}