Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.king-crimson {
color: #c34b4b;
}
.tangerine-flake {
color: #e57c5d;
}
.wake-me-up {
color: #f1d55b;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--king-crimson:#c34b4b;
--tangerine-flake:#e57c5d;
--wake-me-up:#f1d55b;
--devil-s-grass:#4cae4f;
}