Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.honey-tone {
color: #f9d99a;
}
.noodles {
color: #f9e5b4;
}
.tomato-frog {
color: #f94346;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--honey-tone:#f9d99a;
--noodles:#f9e5b4;
--tomato-frog:#f94346;
--black:#000000;
}