Color names in this palette
CSS code for this palette
/* CSS */
.mohair-mauve {
color: #c0a59b;
}
.lily-legs {
color: #f1c6d7;
}
.sugar-poppy {
color: #e77f7e;
}
.cool-clay {
color: #b8947a;
}
.rose-taupe {
color: #8f5b5d;
}
/* CSS Variables */
:root {
--mohair-mauve:#c0a59b;
--lily-legs:#f1c6d7;
--sugar-poppy:#e77f7e;
--cool-clay:#b8947a;
--rose-taupe:#8f5b5d;
}