Color names in this palette
CSS code for this palette
/* CSS */
.rich-walnut {
color: #7c5d4b;
}
.kitten-s-paw {
color: #d8a79d;
}
.in-the-pink {
color: #f2c5d3;
}
.calliope {
color: #c7998f;
}
.false-morel {
color: #7a4d4d;
}
/* CSS Variables */
:root {
--rich-walnut:#7c5d4b;
--kitten-s-paw:#d8a79d;
--in-the-pink:#f2c5d3;
--calliope:#c7998f;
--false-morel:#7a4d4d;
}