Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.yellow-currant {
color: #f5c56b;
}
.spaghetti-monster {
color: #efcc8a;
}
.zucchini-noodles {
color: #c8d47d;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--gemini-mustard-momento:#f9a34e;
--yellow-currant:#f5c56b;
--spaghetti-monster:#efcc8a;
--zucchini-noodles:#c8d47d;
}