Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a72a2a;
}
.sour-cherry {
color: #e54a38;
}
.florida-sunrise {
color: #f6aa6f;
}
.sorreno-lemon {
color: #f1d35b;
}
.oregano-green {
color: #4c9e3d;
}
/* CSS Variables */
:root {
--harissa-red:#a72a2a;
--sour-cherry:#e54a38;
--florida-sunrise:#f6aa6f;
--sorreno-lemon:#f1d35b;
--oregano-green:#4c9e3d;
}