Color names in this palette
CSS code for this palette
/* CSS */
.mother-of-pearl {
color: #e8d5c4;
}
.vanilla-doe {
color: #d1bfa8;
}
.sleepy-owlet {
color: #b4a68d;
}
.sierra-foothills {
color: #a18b68;
}
.leather-bound {
color: #916f50;
}
/* CSS Variables */
:root {
--mother-of-pearl:#e8d5c4;
--vanilla-doe:#d1bfa8;
--sleepy-owlet:#b4a68d;
--sierra-foothills:#a18b68;
--leather-bound:#916f50;
}