Color names in this palette
CSS code for this palette
/* CSS */
.sand-pearl {
color: #e8d5b5;
}
.almond-butter {
color: #d7c6a8;
}
.best-beige {
color: #c5b59b;
}
.sleepy-owlet {
color: #b4a68e;
}
.wetland-stone {
color: #a39f80;
}
/* CSS Variables */
:root {
--sand-pearl:#e8d5b5;
--almond-butter:#d7c6a8;
--best-beige:#c5b59b;
--sleepy-owlet:#b4a68e;
--wetland-stone:#a39f80;
}