Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 4, 2024
1 parent 42a6f37 commit 2e70d4f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,24 @@ npm i hue.gl

### Accessing Colors

```scss
.element {
background-color: #c6727d; // Using the 'Salmon' color
}
```

```scss
.element {
background-color: $N0155; // Using the 'Salmon' color
}
```

```scss
.element {
background-color: hue(N0155); // Using the 'Salmon' color
}
```

Using the `hue-color` function to apply a specific color from the hue.gl color map:

```scss
Expand Down

0 comments on commit 2e70d4f

Please sign in to comment.