Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7e4b3a;
}
.jama-masjid-taupe {
color: #b48c6a;
}
.arylide-yellow {
color: #e6d36b;
}
.shalimar {
color: #f9f9a4;
}
.silence-is-golden {
color: #c4a26e;
}
/* CSS Variables */
:root {
--nutmeg:#7e4b3a;
--jama-masjid-taupe:#b48c6a;
--arylide-yellow:#e6d36b;
--shalimar:#f9f9a4;
--silence-is-golden:#c4a26e;
}