Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7e4b3a;
}
.orange-flambe {
color: #a66c54;
}
.boot-hill-ghost {
color: #dfaf8b;
}
.pink-lady {
color: #f2d8b5;
}
.cupcake-rose {
color: #e6c8b7;
}
/* CSS Variables */
:root {
--nutmeg:#7e4b3a;
--orange-flambe:#a66c54;
--boot-hill-ghost:#dfaf8b;
--pink-lady:#f2d8b5;
--cupcake-rose:#e6c8b7;
}