---
order: 7
---

# Color

Color is a type of object that represents a color.

## Create a color

```nv
let color = #ff0000;

let color1 = #red;
```
