Color names in this palette
CSS code for this palette
/* CSS */
.leaf-bud {
color: #f2f49f;
}
.squash-blossom {
color: #f6b83c;
}
.creole-sauce {
color: #f48b2f;
}
.fresh-gingerbread {
color: #d76b1d;
}
.rendang {
color: #9e4b1f;
}
/* CSS Variables */
:root {
--leaf-bud:#f2f49f;
--squash-blossom:#f6b83c;
--creole-sauce:#f48b2f;
--fresh-gingerbread:#d76b1d;
--rendang:#9e4b1f;
}