Color names in this palette
CSS code for this palette
/* CSS */
.stone-walkway {
color: #b4af9c;
}
.garlic-clove {
color: #e2d7c1;
}
.clay-pipe {
color: #d8c9b6;
}
.stanford-stone {
color: #baaa9c;
}
.brassica {
color: #798b7d;
}
/* CSS Variables */
:root {
--stone-walkway:#b4af9c;
--garlic-clove:#e2d7c1;
--clay-pipe:#d8c9b6;
--stanford-stone:#baaa9c;
--brassica:#798b7d;
}