Color names in this palette
CSS code for this palette
/* CSS */
.lone-star {
color: #c1945c;
}
.sinking-sand {
color: #d8b879;
}
.biltmore-buff {
color: #e3cba1;
}
.butter-up {
color: #f3e2b9;
}
.pismo-dunes {
color: #f6d6a2;
}
/* CSS Variables */
:root {
--lone-star:#c1945c;
--sinking-sand:#d8b879;
--biltmore-buff:#e3cba1;
--butter-up:#f3e2b9;
--pismo-dunes:#f6d6a2;
}