## Simple Example Note how you need `type()` to take colours from attributes. ```html

hello

``` ```css h1 { font-size: attr(cx rem); color: attr(cy type()); } ```