Color names in this palette
CSS code for this palette
/* CSS */
.cobblestone {
color: #a99b8e;
}
.delaunay-green {
color: #a8b54f;
}
.pebble-walk {
color: #b0b3a8;
}
.casual-khaki {
color: #d3c6b1;
}
.chopsticks {
color: #e0d1b8;
}
/* CSS Variables */
:root {
--cobblestone:#a99b8e;
--delaunay-green:#a8b54f;
--pebble-walk:#b0b3a8;
--casual-khaki:#d3c6b1;
--chopsticks:#e0d1b8;
}