Color names in this palette
CSS code for this palette
/* CSS */
.last-sunlight {
color: #e5b738;
}
.field-poppy {
color: #d76c37;
}
.lusty-red {
color: #b33739;
}
.alfonso-olive {
color: #7f2e5b;
}
.mystic-nights {
color: #4a1e76;
}
/* CSS Variables */
:root {
--last-sunlight:#e5b738;
--field-poppy:#d76c37;
--lusty-red:#b33739;
--alfonso-olive:#7f2e5b;
--mystic-nights:#4a1e76;
}