Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.applesauce {
color: #f9d69a;
}
.blue-angels-yellow {
color: #fab700;
}
.texas-sunset {
color: #f89720;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--applesauce:#f9d69a;
--blue-angels-yellow:#fab700;
--texas-sunset:#f89720;
--tomato-frog:#f94346;
}