Color names in this palette
CSS code for this palette
/* CSS */
.wild-dove {
color: #8a8b89;
}
.tony-taupe {
color: #b1a091;
}
.ivory-cream {
color: #d6b89e;
}
.peach-ash {
color: #f1c2bc;
}
.usubeni-red {
color: #f36868;
}
/* CSS Variables */
:root {
--wild-dove:#8a8b89;
--tony-taupe:#b1a091;
--ivory-cream:#d6b89e;
--peach-ash:#f1c2bc;
--usubeni-red:#f36868;
}