Color names in this palette
CSS code for this palette
/* CSS */
.mohair-mauve {
color: #c1a49f;
}
.wishy-washy-brown {
color: #d2c3c1;
}
.heron-plume {
color: #e5e1d7;
}
.barley-white {
color: #f7e3b6;
}
.exciting-orange {
color: #f1b07e;
}
/* CSS Variables */
:root {
--mohair-mauve:#c1a49f;
--wishy-washy-brown:#d2c3c1;
--heron-plume:#e5e1d7;
--barley-white:#f7e3b6;
--exciting-orange:#f1b07e;
}