Color names in this palette
CSS code for this palette
/* CSS */
.velvet-beige {
color: #d0c5b3;
}
.bamboo-shoot {
color: #a4b8a3;
}
.stone-cypress-green {
color: #5e7d6c;
}
.middle-green {
color: #4c8a59;
}
.canadian-pine {
color: #2e7a4a;
}
/* CSS Variables */
:root {
--velvet-beige:#d0c5b3;
--bamboo-shoot:#a4b8a3;
--stone-cypress-green:#5e7d6c;
--middle-green:#4c8a59;
--canadian-pine:#2e7a4a;
}