Color names in this palette
CSS code for this palette
/* CSS */
.indian-maize {
color: #e2c14b;
}
.glazed-ginger {
color: #a15a2b;
}
.egyptian-sand {
color: #bcae8f;
}
.riviera-retreat {
color: #d9c1a5;
}
.money {
color: #7a9b6f;
}
/* CSS Variables */
:root {
--indian-maize:#e2c14b;
--glazed-ginger:#a15a2b;
--egyptian-sand:#bcae8f;
--riviera-retreat:#d9c1a5;
--money:#7a9b6f;
}