Color names in this palette
CSS code for this palette
/* CSS */
.radiant-yellow {
color: #f69c1e;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.summer-s-heat {
color: #f6e598;
}
.glass-green {
color: #dae0b2;
}
.french-market {
color: #a3c69f;
}
/* CSS Variables */
:root {
--radiant-yellow:#f69c1e;
--creamy-sweet-corn:#f6c54c;
--summer-s-heat:#f6e598;
--glass-green:#dae0b2;
--french-market:#a3c69f;
}