Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.sunset-yellow {
color: #f98c3e;
}
.carrot {
color: #f76a3b;
}
.highlighter-red {
color: #ef4d55;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--salted-caramel-popcorn:#f9b14e;
--sunset-yellow:#f98c3e;
--carrot:#f76a3b;
--highlighter-red:#ef4d55;
}