Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.71 KB

File metadata and controls

45 lines (29 loc) · 1.71 KB

css-colors-icon CSS Colors

CSS Colors is a Coda webscript sidebar plugin for various standard color palettes

css-colors

Installation

  1. Download CSScolors-master.zip.
  2. Unzip it.
  3. 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.

Usage

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 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 options.

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) */
}

Requirements

Coda 2.5+

License

CSS Colors is released under the MIT Licence