Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.noodles {
color: #f9e2b4;
}
.trump-tan {
color: #f6a96a;
}
.tomato-frog {
color: #f94346;
}
.copen-blue {
color: #56768f;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--noodles:#f9e2b4;
--trump-tan:#f6a96a;
--tomato-frog:#f94346;
--copen-blue:#56768f;
}