Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.cat-s-eye-marble {
color: #d9a859;
}
.gentlemann-s-business-pants {
color: #f2e68c;
}
.in-good-taste {
color: #b8d4a0;
}
.lily-pads {
color: #6aaf8a;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--cat-s-eye-marble:#d9a859;
--gentlemann-s-business-pants:#f2e68c;
--in-good-taste:#b8d4a0;
--lily-pads:#6aaf8a;
}