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