Color names in this palette
CSS code for this palette
/* CSS */
.capital-yellow {
color: #eab843;
}
.american-yellow {
color: #f5b400;
}
.dream-of-spring {
color: #f6d12c;
}
.optimistic-yellow {
color: #f4e1a4;
}
.witty-green {
color: #b3d79d;
}
/* CSS Variables */
:root {
--capital-yellow:#eab843;
--american-yellow:#f5b400;
--dream-of-spring:#f6d12c;
--optimistic-yellow:#f4e1a4;
--witty-green:#b3d79d;
}