Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f9e79f;
}
.anna-banana {
color: #f7d54a;
}
.squash-blossom {
color: #f6b83c;
}
.capital-yellow {
color: #eab843;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--storm-lightning:#f9e79f;
--anna-banana:#f7d54a;
--squash-blossom:#f6b83c;
--capital-yellow:#eab843;
--syndicalist:#f5c400;
}