Color names in this palette
CSS code for this palette
/* CSS */
.sohi-red {
color: #e65f3d;
}
.cat-s-eye-marble {
color: #d9a65e;
}
.stonetalon-mountains {
color: #907a4c;
}
.monstera {
color: #5b6a4e;
}
.black-liquorice {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--sohi-red:#e65f3d;
--cat-s-eye-marble:#d9a65e;
--stonetalon-mountains:#907a4c;
--monstera:#5b6a4e;
--black-liquorice:#3b3b3b;
}