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