Color names in this palette
CSS code for this palette
/* CSS */
.lone-star {
color: #c1945c;
}
.tan {
color: #d0b16c;
}
.norman-shaw-goldspar {
color: #e9c58b;
}
.pie-crust {
color: #f3d9a0;
}
.barley-white {
color: #f7e3b6;
}
/* CSS Variables */
:root {
--lone-star:#c1945c;
--tan:#d0b16c;
--norman-shaw-goldspar:#e9c58b;
--pie-crust:#f3d9a0;
--barley-white:#f7e3b6;
}