Color names in this palette
CSS code for this palette
/* CSS */
.lucky-lime {
color: #94c62f;
}
.lime-fizz {
color: #d6e43f;
}
.vanilla-pudding {
color: #f4e26c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.chat-orange {
color: #f99c3e;
}
/* CSS Variables */
:root {
--lucky-lime:#94c62f;
--lime-fizz:#d6e43f;
--vanilla-pudding:#f4e26c;
--creamy-sweet-corn:#f9c54e;
--chat-orange:#f99c3e;
}