All Projects β†’ awkward β†’ Sketch Palette Generator

awkward / Sketch Palette Generator

Output a JSON colour palette to Sketch πŸ’Ž

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sketch Palette Generator

Sketch Potrace
Potrace for Sketch is a bitmap tracing plugin. It converts bitmap images into monochrome vector graphics.
Stars: ✭ 122 (-17.57%)
Mutual labels:  sketch-plugin, sketch
Egmont Plugin
Sketch plugin for create squircle shapes. No longer maintained.
Stars: ✭ 102 (-31.08%)
Mutual labels:  sketch-plugin, sketch
Sketch Make Long Shadow
A plugin for Sketch to create long shadows of a user defined length from a shape.
Stars: ✭ 92 (-37.84%)
Mutual labels:  sketch-plugin, sketch
Logodrop
A Sketch Plugin to get brand logos right into Sketch App.
Stars: ✭ 140 (-5.41%)
Mutual labels:  sketch-plugin, sketch
Magic Buttons Sketch Plugin
Be a wizard! Automatically resize and relabel buttons with padding sizes like CSS.
Stars: ✭ 115 (-22.3%)
Mutual labels:  sketch-plugin, sketch
Sketch Dockpreview
A Sketch plugin that lets you preview your current artboard in the Dock.
Stars: ✭ 90 (-39.19%)
Mutual labels:  sketch-plugin, sketch
Photo Grid
A Sketch plugin that can size layers to common photo dimensions and scale them to fit in rows or columns.
Stars: ✭ 100 (-32.43%)
Mutual labels:  sketch-plugin, sketch
Notes
A sketch plugin for taking notes
Stars: ✭ 87 (-41.22%)
Mutual labels:  sketch-plugin, sketch
Sketch Select
πŸ–± Make it much more convenient to select layers with similar attributes.
Stars: ✭ 114 (-22.97%)
Mutual labels:  sketch-plugin, sketch
Overrideit Sketchplugin
Overrideit is sketch plugin that allow designers to search in overridelist and overrides dropdowns, and with many other features.
Stars: ✭ 113 (-23.65%)
Mutual labels:  sketch-plugin, sketch
Sketch Copy Paste Position Size
A Sketch plugin that lets you easily copy & paste width, height, x & y values from and to objects
Stars: ✭ 130 (-12.16%)
Mutual labels:  sketch-plugin, sketch
Exporter
A Sketch plugin that exports Sketch artboards into clickable HTML file.
Stars: ✭ 131 (-11.49%)
Mutual labels:  sketch-plugin, sketch
Paster
Pasting a text data from a clipboard directlly to Sketch text layers [Sketch plugin]
Stars: ✭ 88 (-40.54%)
Mutual labels:  sketch-plugin, sketch
Sketch Batch Create Symbols
A plugin for Sketch to convert selected layers to individual symbols.
Stars: ✭ 134 (-9.46%)
Mutual labels:  sketch-plugin, sketch
Hsl color picker
HSL Color Picker for Sketch (no longer maintenance).
Stars: ✭ 88 (-40.54%)
Mutual labels:  sketch-plugin, sketch
Unused Style Remover
Remove unused layer and text styles.
Stars: ✭ 94 (-36.49%)
Mutual labels:  sketch-plugin, sketch
Select Group Layers Sketch Plugin
A sketch plugin that makes it easy to select all child layers from a selected group or all siblings layers from within a group
Stars: ✭ 84 (-43.24%)
Mutual labels:  sketch-plugin, sketch
Symbol Spacer Sketch Plugin
automatically trigger Sketch’s β€œreset to original size” function when deselecting symbol
Stars: ✭ 86 (-41.89%)
Mutual labels:  sketch-plugin, sketch
Kitchen
Powerful sketch plugin for design cooperation 🍳🍳🍳
Stars: ✭ 103 (-30.41%)
Mutual labels:  sketch-plugin, sketch
Html Sketchapp
HTML to Sketch export solution
Stars: ✭ 1,811 (+1123.65%)
Mutual labels:  sketch-plugin, sketch

icon
Sketch Palette Generator

Contact

This plugin allows you to output a colour palette defined in JSON to Sketch. This plugin is heavily inspired by the Material Design colour palette.

Screenshot

πŸ“Ή Watch demo

Introduction

Sharing colour palettes between different Sketch files or with developers and keeping everything and everyone in sync can be a tedious process. That's why we at Awkward created Sketch Palette Generator. Sketch Palette Generator enables designers to define a colour palette in a JSON file and then easily restore them in different Sketch files. JSON files also have the inherent benefit that they can be used by developers (e.g. JSON can be converted to Sass variables using json-sass)

Install

  1. Download the ZIP file and unzip
  2. Open sketch-palette-generator.sketchplugin

How to use

  1. Download and install the Sketch plugin

  2. Define your colour palette in a JSON file

The colour palette should be defined like the Material Design colour palette. The example below contains two colour groups with each fourteen accents. A colour group can contain any number of accents, the only requirement is that every group should contain an accent with the key 500, as this one is used as the primary colour.

{
  "Red": {
    "50": "#FFEBEE",
    "100": "#FFCDD2",
    "200": "#EF9A9A",
    "300": "#E57373",
    "400": "#EF5350",
    "500": "#F44336",
    "600": "#E53935",
    "700": "#D32F2F",
    "800": "#C62828",
    "900": "#B71C1C",
    "A100": "#FF8A80",
    "A200": "#FF5252",
    "A400": "#FF1744",
    "A700": "#D50000"
  },
  "Indigo": {
    "50": "#E8EAF6",
    "100": "#C5CAE9",
    "200": "#9FA8DA",
    "300": "#7986CB",
    "400": "#5C6BC0",
    "500": "#3F51B5",
    "600": "#3949AB",
    "700": "#303F9F",
    "800": "#283593",
    "900": "#1A237E",
    "A100": "#8C9EFF",
    "A200": "#536DFE",
    "A400": "#3D5AFE",
    "A700": "#304FFE"
  }
}
  1. Open Sketch and create a new page (⚠️ important, because the plugin will override your current page)

  2. Click Plugins > Palette generator

  3. Select the JSON file created earlier

  4. Done! You should now get something like this:

Screenshot

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