The Color Palette plugin enables users to design visually appealing and functional color palettes directly within Obsidian. It supports various CSS color formats, such as Hex, RGB, and HSL, and allows palette creation from popular websites like Coolors and ColorHunt. Users can include gradients, assign aliases, and copy color codes effortlessly. Advanced features include generating random palettes based on color theory and converting links or code blocks into usable palettes. The plugin offers customizable settings for palette dimensions, display orientation, and more, making it a versatile tool for enhancing note aesthetics.
Create beautiful & functional color palettes that enhance the appearance of your notes.
Palettes can be created manually by adding a codeblock with the color codes desired.
#ffffff, #000
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.
https://colorhunt.co/ffffff
Optional settings can be applied to each palette within the codeblock.
#fff, #000fff00 {"gradient": true, "aliases": ["white", "black"]}
Caution - using width might cause palettes to display incorrectly.
Commands can be bound to a hotkey in settings.