Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62d2b;
}
.last-sunlight {
color: #e6b93d;
}
.syndicalist {
color: #f5c400;
}
.lime-lizard {
color: #a3d55d;
}
.pale-flower {
color: #698dab;
}
/* CSS Variables */
:root {
--harissa-red:#a62d2b;
--last-sunlight:#e6b93d;
--syndicalist:#f5c400;
--lime-lizard:#a3d55d;
--pale-flower:#698dab;
}