Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.persimmon-orange {
color: #f3712b;
}
.spaghetti-strap-pink {
color: #f9a9d5;
}
.laudable-lime {
color: #91be6f;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--persimmon-orange:#f3712b;
--spaghetti-strap-pink:#f9a9d5;
--laudable-lime:#91be6f;
}