All Projects → petterheterjag → Chromatic Sketch

petterheterjag / Chromatic Sketch

Licence: isc
Sketch plugin for creating good-looking and perceptually uniform gradients and color scales.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Chromatic Sketch

Sketch Lint
Check the compliance of your design guidelines within seconds
Stars: ✭ 291 (-34.61%)
Mutual labels:  sketch-app, sketch-plugin, sketch
RemoveAllGuides
Plugin for Sketch App.
Stars: ✭ 21 (-95.28%)
Mutual labels:  sketch, sketch-plugin, sketch-app
Pdf Export Sketch Plugin
Sketch plugin for PDF exporting
Stars: ✭ 231 (-48.09%)
Mutual labels:  sketch-app, sketch-plugin, sketch
Google Sheets Content Sync Sketch Plugin
Sync content within a Google Sheets document, to text layers — based on their names. Edit and collaborate on your content in Google Sheets, then sync in back to your sketch files.
Stars: ✭ 277 (-37.75%)
Mutual labels:  sketch-app, sketch-plugin, sketch
Sketch Image Compressor
A Plugin for Sketch that compresses your bitmap assets, to keep filesize to a minimum.
Stars: ✭ 338 (-24.04%)
Mutual labels:  sketch-app, sketch-plugin, sketch
Sketchcrapp
SketchCrapp - Crack your Sketch.app in seconds :) Supports MacOS Big Sur.
Stars: ✭ 218 (-51.01%)
Mutual labels:  sketch-app, sketch-plugin, sketch
sketch-crowdin
Connect your Sketch and Crowdin projects together
Stars: ✭ 35 (-92.13%)
Mutual labels:  sketch, sketch-plugin, sketch-app
Exporter
A Sketch plugin that exports Sketch artboards into clickable HTML file.
Stars: ✭ 131 (-70.56%)
Mutual labels:  sketch-app, sketch-plugin, sketch
sketch-library-audit
Export Symbol and Shared Style data from any Sketch Library to CSV.
Stars: ✭ 17 (-96.18%)
Mutual labels:  sketch, sketch-plugin, sketch-app
Sketch-SelectPlus
Sketch plugin to select different layers of specific types. It basically selects everything!
Stars: ✭ 20 (-95.51%)
Mutual labels:  sketch, sketch-plugin, design-tools
Sketch Gifme Plugin
Embed gifs and videos in your Sketch files!
Stars: ✭ 274 (-38.43%)
Mutual labels:  sketch-app, sketch-plugin, sketch
Sync.sketchplugin
Keep your design team in sync!
Stars: ✭ 357 (-19.78%)
Mutual labels:  sketch-plugin, sketch, design-tools
Sketch Palettes
A Sketch plugin for exporting and importing fill presets. It supports colors, gradients, and pattern fills.
Stars: ✭ 2,267 (+409.44%)
Mutual labels:  sketch-app, sketch-plugin, sketch
Keys For Sketch
Advanced shortcut manager for Sketch app.
Stars: ✭ 281 (-36.85%)
Mutual labels:  sketch-app, sketch-plugin, sketch
Sketch Batch Create Symbols
A plugin for Sketch to convert selected layers to individual symbols.
Stars: ✭ 134 (-69.89%)
Mutual labels:  sketch-app, sketch-plugin, sketch
typex
Typography web export (css, sass, html, json, ..) plugin for Sketch
Stars: ✭ 42 (-90.56%)
Mutual labels:  sketch, sketch-plugin, sketch-app
Sketch Select
🖱 Make it much more convenient to select layers with similar attributes.
Stars: ✭ 114 (-74.38%)
Mutual labels:  sketch-app, sketch-plugin, sketch
Sketch Potrace
Potrace for Sketch is a bitmap tracing plugin. It converts bitmap images into monochrome vector graphics.
Stars: ✭ 122 (-72.58%)
Mutual labels:  sketch-app, sketch-plugin, sketch
ForeignIpsum
Generate text for your mockups in multiple languages ¯\_(ツ)_/¯
Stars: ✭ 43 (-90.34%)
Mutual labels:  sketch, sketch-plugin, sketch-app
autopdfexporter-sketch-plugin
A Sketch Plugin to auto-export all '[S]' Prefix artboards to a single pdf, no slices needed! Plugin auto creates slices from prefixed Artboards and exports them into a single page-sorted pdf file.
Stars: ✭ 16 (-96.4%)
Mutual labels:  sketch, sketch-plugin, sketch-app

Chromatic Sketch

Create good-looking and perceptually uniform gradients and color scales (using Chroma.js and the Lab color space)

intro

New in version 2.0.0

  • A proper UI that let's you preview and customize the gradient or color scale
  • You can now use the Lch, HSL and RGB color modes in addition to Lab
  • Support for colors with alpha

Background

I came across this blog post recently. It opened my eyes to the Lab color space, and how you can use it to create perceptually uniform gradients and color scales with SASS. Chroma.js is the underlying library powering it. Check it out if you want a deeper understanding of the Lab color space and why it's good for creating color scales. Basically, it's a color space that, unlike RGB, was built to mirror the visual response of the human eye. That makes it very well suited for interpolating colors.

I thought this technique would be useful in design tools as well, and was kind of surprised that I couldn't find any Sketch plugins that implemented it. So I created this :)

Usage

Chromatic Sketch -> Fix Gradient

This command will take the gradient of the selected shape and add new color stops to create a more aesthetically pleasing one.

Fix Gradient

Chromatic Sketch -> Create Color Scale

This command will create a scale between the fill colors of two selected shapes.

Create Color Scale

Install instructions

  1. Download .zip
  2. Extract contents
  3. Navigate into the extracted folder and open chromatic-sketch.sketchplugin
  4. Follow the on-screen prompts

Building from source

  1. Install dependencies: npm install
  2. Build plugin: npm run build

Created by

Petter Nilsson
Twitter
Website

License

ISC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].