ALegendsTale / obsidian-color-palette

Create and insert color palettes into your notes.
GNU General Public License v3.0
47 stars 2 forks source link
color color-palette colour generator obsidian obsidian-md palette palettes plugin random swatch swatches

Color Palette

Create beautiful & functional color palettes that enhance the appearance of your notes.

Color Palette Demo

Key Features

Full Documentation

Documentation

Quick Start

Palettes can be created manually by adding a codeblock with the color codes desired.

```palette
#ffffff, #000
```
```palette
rgb(125, 255, 255);
rgb(255, 255, 125);
```

Palettes can also be created from links.\ Only URLs from https://coolors.co & https://colorhunt.co are currently supported.

```palette
https://colorhunt.co/ffffff
```

Optional settings can be applied to each palette within the codeblock.

```palette
#fff, #000fff00
{"gradient": true, "aliases": ["white", "black"]}
```

Palette Settings

Caution - using width might cause palettes to display incorrectly.

Commands

Commands can be bound to a hotkey in settings.