Color names in this palette
CSS code for this palette
/* CSS */
.high-blue {
color: #4ab3e8;
}
.kelly-green {
color: #2e995a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--high-blue:#4ab3e8;
--kelly-green:#2e995a;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--persimmon-orange:#f3712b;
}