Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.water-park {
color: #4fb59f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.persimmon-orange {
color: #f3712b;
}
.ake-blood {
color: #d43a25;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--water-park:#4fb59f;
--creamy-sweet-corn:#f9c54e;
--persimmon-orange:#f3712b;
--ake-blood:#d43a25;
}