Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.applesauce {
color: #f9d69a;
}
.noodles {
color: #f9e3b4;
}
.may-sun {
color: #f9e9d2;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--applesauce:#f9d69a;
--noodles:#f9e3b4;
--may-sun:#f9e9d2;
--blue-angels-yellow:#fab700;
}