Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-sand {
color: #beaf8e;
}
.wood-ash {
color: #d8ccb0;
}
.golden-thread {
color: #e8c67d;
}
.ride-off-into-the-sunset {
color: #f3d05e;
}
.apple-seed {
color: #a77d52;
}
/* CSS Variables */
:root {
--egyptian-sand:#beaf8e;
--wood-ash:#d8ccb0;
--golden-thread:#e8c67d;
--ride-off-into-the-sunset:#f3d05e;
--apple-seed:#a77d52;
}