Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.hills-of-ireland {
color: #3a7e44;
}
.sweet-midori {
color: #a6c856;
}
.snow-white-blush {
color: #f9aeae;
}
.jokaero-orange {
color: #e75b04;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--hills-of-ireland:#3a7e44;
--sweet-midori:#a6c856;
--snow-white-blush:#f9aeae;
--jokaero-orange:#e75b04;
}