Color names in this palette
CSS code for this palette
/* CSS */
.kinsusutake-brown {
color: #7c4c2d;
}
.jama-masjid-taupe {
color: #b48e6e;
}
.sanctuary {
color: #d4c7a5;
}
.schabziger-green {
color: #e6e2b7;
}
.chinese-money-plant {
color: #a1b95b;
}
/* CSS Variables */
:root {
--kinsusutake-brown:#7c4c2d;
--jama-masjid-taupe:#b48e6e;
--sanctuary:#d4c7a5;
--schabziger-green:#e6e2b7;
--chinese-money-plant:#a1b95b;
}