Color names in this palette
CSS code for this palette
/* CSS */
.salvia {
color: #a7b29f;
}
.light-green-alabaster {
color: #d3d9c9;
}
.yoga-daze {
color: #e1e4d3;
}
.soft-butter {
color: #f4e1b8;
}
.warming-peach {
color: #e6b8a2;
}
/* CSS Variables */
:root {
--salvia:#a7b29f;
--light-green-alabaster:#d3d9c9;
--yoga-daze:#e1e4d3;
--soft-butter:#f4e1b8;
--warming-peach:#e6b8a2;
}