Color names in this palette
CSS code for this palette
/* CSS */
.taisha-red {
color: #a15436;
}
.cat-s-eye-marble {
color: #d6a95c;
}
.popcorn {
color: #f4d07b;
}
.english-custard {
color: #e2ba6e;
}
.grey-mauve {
color: #c8b9ac;
}
/* CSS Variables */
:root {
--taisha-red:#a15436;
--cat-s-eye-marble:#d6a95c;
--popcorn:#f4d07b;
--english-custard:#e2ba6e;
--grey-mauve:#c8b9ac;
}