Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.burnt-copper {
color: #c46b3b;
}
.eyelash-viper {
color: #f4c54e;
}
.tamale-maize {
color: #f6e7b6;
}
.winter-shadow {
color: #4f6c78;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--burnt-copper:#c46b3b;
--eyelash-viper:#f4c54e;
--tamale-maize:#f6e7b6;
--winter-shadow:#4f6c78;
}