Color names in this palette
CSS code for this palette
/* CSS */
.rich-walnut {
color: #7c5c4b;
}
.patchwork-pink {
color: #c3a59d;
}
.almost-pink {
color: #f1e2da;
}
.cochin-chicken {
color: #f4b762;
}
.rope {
color: #8e5b3e;
}
/* CSS Variables */
:root {
--rich-walnut:#7c5c4b;
--patchwork-pink:#c3a59d;
--almost-pink:#f1e2da;
--cochin-chicken:#f4b762;
--rope:#8e5b3e;
}