> For the complete documentation index, see [llms.txt](https://spectrecss.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spectrecss.angular-package.dev/mixin/color/color-picker.md).

# color-picker()

{% code title="" lineNumbers="true" %}

```scss
@mixin color-picker {
  appearance: none;

  padding: 0;
  margin: 0;

  background: transparent;
  outline: none;

  // transform: scale(2);
  // clip-path: inset(25%);
}
```

{% endcode %}
