Color names in this palette
CSS code for this palette
/* CSS */
.golden-glam {
color: #f4b943;
}
.anna-banana {
color: #f9d948;
}
.limelight {
color: #f2e76e;
}
.tropical-light {
color: #a3d86f;
}
.bermudagrass {
color: #69bf74;
}
/* CSS Variables */
:root {
--golden-glam:#f4b943;
--anna-banana:#f9d948;
--limelight:#f2e76e;
--tropical-light:#a3d86f;
--bermudagrass:#69bf74;
}