Color names in this palette
CSS code for this palette
/* CSS */
.bright-marigold {
color: #e67e00;
}
.lemon-dream {
color: #f0a400;
}
.safety-yellow {
color: #f0d000;
}
.goldfinch {
color: #f9e25d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--bright-marigold:#e67e00;
--lemon-dream:#f0a400;
--safety-yellow:#f0d000;
--goldfinch:#f9e25d;
--creamy-sweet-corn:#f9c54e;
}