> **Documentation Index:** Fetch the complete configuration index at https://yagr.tech/en/llms.txt

# CSS and named colors

Yagr supports CSS variables and CSS named color values (for example, `cyan`). One thing to note is that your CSS variable should be available for resolution in the `yagr.root` HTML element:

```html
<div id="graph"></div>



```
