Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.espresso-crema {
color: #d5a03f;
}
.stirland-battlemire {
color: #b35929;
}
.disco {
color: #8d2a4f;
}
.berry-blackmail {
color: #5e1b79;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--espresso-crema:#d5a03f;
--stirland-battlemire:#b35929;
--disco:#8d2a4f;
--berry-blackmail:#5e1b79;
}