A pale woody color from the sandalwood tree, used in Hindu worship as a paste applied to the forehead and to carve sacred sculptures. Sandalwood is one of the most prized natural materials in Indian perfumery and temple rituals.
:root {
--color-sandalwood: #cd853f;
}
.example {
background-color: var(--color-sandalwood);
}