Color names in this palette
CSS code for this palette
/* CSS */
.rosemary-green {
color: #6b9e73;
}
.nihilakh-oxide {
color: #a3d7b8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--rosemary-green:#6b9e73;
--nihilakh-oxide:#a3d7b8;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--persimmon-orange:#f3712b;
}