Color names in this palette
CSS code for this palette
/* CSS */
.wenge-black {
color: #402d2b;
}
.false-morel {
color: #7b4e4c;
}
.sugared-almond {
color: #b69c7c;
}
.gypsum-rose {
color: #e0c4b2;
}
.belgian-cream {
color: #f8f0e2;
}
/* CSS Variables */
:root {
--wenge-black:#402d2b;
--false-morel:#7b4e4c;
--sugared-almond:#b69c7c;
--gypsum-rose:#e0c4b2;
--belgian-cream:#f8f0e2;
}