Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-lace {
color: #f5e7d6;
}
.malibu-coast {
color: #e5d0c2;
}
.sandpaper {
color: #d7b2a3;
}
.egyptian-pyramid {
color: #c49a7e;
}
.mangy-moose {
color: #b58a69;
}
/* CSS Variables */
:root {
--heirloom-lace:#f5e7d6;
--malibu-coast:#e5d0c2;
--sandpaper:#d7b2a3;
--egyptian-pyramid:#c49a7e;
--mangy-moose:#b58a69;
}