Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.applesauce {
color: #f9d69a;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.persimmon-orange {
color: #f3712b;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--applesauce:#f9d69a;
--apricot-glazed-chicken:#f5a524;
--persimmon-orange:#f3712b;
--tomato-frog:#f94346;
}