Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.samoan-sun {
color: #f5b942;
}
.troll-slayer-orange {
color: #f1a44b;
}
.amber-glow {
color: #f09a38;
}
.cheddar-cheese {
color: #f0843d;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--samoan-sun:#f5b942;
--troll-slayer-orange:#f1a44b;
--amber-glow:#f09a38;
--cheddar-cheese:#f0843d;
}