Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.exotic-blossom {
color: #ff9e42;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
.gilded {
color: #f5de4d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--exotic-blossom:#ff9e42;
--egg-yolk-sunrise:#ffd60a;
--gilded:#f5de4d;
--creamy-sweet-corn:#f9c54e;
}