Color names in this palette
CSS code for this palette
/* CSS */
.herb-blend {
color: #4b8169;
}
.dignified {
color: #396a5c;
}
.carbon-fiber {
color: #2e2e2e;
}
.bistro-pink {
color: #e1b7b7;
}
.fuchsite-green {
color: #5b7b6e;
}
/* CSS Variables */
:root {
--herb-blend:#4b8169;
--dignified:#396a5c;
--carbon-fiber:#2e2e2e;
--bistro-pink:#e1b7b7;
--fuchsite-green:#5b7b6e;
}