Color names in this palette
CSS code for this palette
/* CSS */
.almond-butter {
color: #d7c6a8;
}
.trailblazer {
color: #bfaf8d;
}
.fall-leaf {
color: #e7b5a2;
}
.distant-land {
color: #a78a72;
}
.pretty-pale {
color: #e5c8d5;
}
/* CSS Variables */
:root {
--almond-butter:#d7c6a8;
--trailblazer:#bfaf8d;
--fall-leaf:#e7b5a2;
--distant-land:#a78a72;
--pretty-pale:#e5c8d5;
}