Color names in this palette
CSS code for this palette
/* CSS */
.brown-mouse {
color: #d9cbb4;
}
.ginger-grey-yellow {
color: #b8a899;
}
.beach-cabana {
color: #a68e82;
}
.peach-rose {
color: #f6e3d5;
}
.warming-peach {
color: #e2b8a2;
}
/* CSS Variables */
:root {
--brown-mouse:#d9cbb4;
--ginger-grey-yellow:#b8a899;
--beach-cabana:#a68e82;
--peach-rose:#f6e3d5;
--warming-peach:#e2b8a2;
}