Color names in this palette
CSS code for this palette
/* CSS */
.silver-tinsel {
color: #b7b3a9;
}
.olive-pit {
color: #a9a28e;
}
.dusky-meadows {
color: #a59b7e;
}
.green-apple-martini {
color: #d1c589;
}
.pink-abalone {
color: #e9b5a0;
}
/* CSS Variables */
:root {
--silver-tinsel:#b7b3a9;
--olive-pit:#a9a28e;
--dusky-meadows:#a59b7e;
--green-apple-martini:#d1c589;
--pink-abalone:#e9b5a0;
}