Color names in this palette
CSS code for this palette
/* CSS */
.ripe-eggplant {
color: #492c35;
}
.andes-ash {
color: #c19e9a;
}
.wheat-seed {
color: #e1d1c7;
}
.barley-white {
color: #f7e3b6;
}
.echo-blue {
color: #a5b1cf;
}
/* CSS Variables */
:root {
--ripe-eggplant:#492c35;
--andes-ash:#c19e9a;
--wheat-seed:#e1d1c7;
--barley-white:#f7e3b6;
--echo-blue:#a5b1cf;
}