Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #aad99b;
}
.canton-jade {
color: #b9e4c8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--cool-aloe:#aad99b;
--canton-jade:#b9e4c8;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--persimmon-orange:#f3712b;
}