Color names in this palette
CSS code for this palette
/* CSS */
.false-morel {
color: #7b504c;
}
.muddy-quicksand {
color: #c19a8a;
}
.october-bounty {
color: #e3c6a1;
}
.bali-sand {
color: #f6e9d5;
}
.bone-white {
color: #f2dfb1;
}
/* CSS Variables */
:root {
--false-morel:#7b504c;
--muddy-quicksand:#c19a8a;
--october-bounty:#e3c6a1;
--bali-sand:#f6e9d5;
--bone-white:#f2dfb1;
}