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