Color names in this palette
CSS code for this palette
/* CSS */
.espresso-crema {
color: #d5a03f;
}
.gladiator-leather {
color: #a95b3d;
}
.chowder-bowl {
color: #e4d1b4;
}
.dynamic-magenta {
color: #8c4f7d;
}
.san-marino {
color: #49699c;
}
/* CSS Variables */
:root {
--espresso-crema:#d5a03f;
--gladiator-leather:#a95b3d;
--chowder-bowl:#e4d1b4;
--dynamic-magenta:#8c4f7d;
--san-marino:#49699c;
}