CSS Colors is a Coda webscript sidebar plugin for various standard color palettes
- Download CSScolors-master.zip.
- Unzip it.
- Double-click the "CSScolors.codawebscriptsidebar" icon.
CSS Colors has been uploaded to the Panic PlugIns page, so you should recieve automatic updates when they are available.
CSS Colors supports the following pantone libraries:
- Web colors (CSS named colors)
- Websafe colors
- Name colors
- Open color
- Material design colors
- IBM design colors
You can switch between libraries using the menu . To insert a color value into the current document, simply click on a swatch. The most recently used color is displayed at the top right-hand side - simply click it to re-use the same color.
The plugin options can be accessed by clicking the gear icon .
You can choose to add a comment containing the color reference at the end of the line:
h1 {
font-size: 20px;
color: rgb(183,28,28); /* Red 900 (material design colors) */
}
CSS Colors is released under the MIT Licence