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: #f76d3b;
}
.strawberry-avalanche {
color: #f24f40;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--salted-caramel-popcorn:#f9b14e;
--sunset-yellow:#f98c3e;
--carrot:#f76d3b;
--strawberry-avalanche:#f24f40;
}