Color names in this palette
CSS code for this palette
/* CSS */
.salvia {
color: #a7b29f;
}
.greybeard {
color: #d3d0c5;
}
.canvas-luggage {
color: #e2d7c5;
}
.venetian-yellow {
color: #f8e5a0;
}
.va-va-voom {
color: #e4b54e;
}
/* CSS Variables */
:root {
--salvia:#a7b29f;
--greybeard:#d3d0c5;
--canvas-luggage:#e2d7c5;
--venetian-yellow:#f8e5a0;
--va-va-voom:#e4b54e;
}