Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.chi-gong {
color: #cf2a2a;
}
.welcoming-wasp {
color: #f0a800;
}
.green-trance {
color: #a6d5a5;
}
.durban-sky {
color: #5e8d9c;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--chi-gong:#cf2a2a;
--welcoming-wasp:#f0a800;
--green-trance:#a6d5a5;
--durban-sky:#5e8d9c;
}