---
order: 999
---

# 颜色

颜色是一种表示颜色的对象类型。

## 创建颜色

```nv
let color = #ff0000;

let color1 = #red;
```
