All Projects → jpegzilla → emerald

jpegzilla / emerald

Licence: other
emerald - simple color palette tool

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to emerald

Iroiro
Beautiful Colors Lookup in CLI
Stars: ✭ 470 (+1943.48%)
Mutual labels:  palette, colors
Color Thief Java
Grabs the dominant color or a representative color palette from an image. A very fast Java port of Lokesh Dhakar's JavaScript version.
Stars: ✭ 178 (+673.91%)
Mutual labels:  palette, colors
Color.js
Extract colors from an image (0.75 KB) 🎨
Stars: ✭ 42 (+82.61%)
Mutual labels:  palette, colors
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (+1078.26%)
Mutual labels:  palette, colors
Colorwaver
🎨 An app to detect color palettes in the real world - powered by VisionCamera
Stars: ✭ 365 (+1486.96%)
Mutual labels:  palette, colors
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+20839.13%)
Mutual labels:  palette, colors
Material Palette Generator
🎨 Get perfect Material Design color palettes from any hex color.
Stars: ✭ 114 (+395.65%)
Mutual labels:  palette, colors
Image Palette
Generate a WCAG compliant color theme from any image
Stars: ✭ 331 (+1339.13%)
Mutual labels:  palette, colors
colors
🎨 An elegant and minimalistic color palette for UI design.
Stars: ✭ 19 (-17.39%)
Mutual labels:  palette, colors
tailwind-css-palette-generator
10-color Palette Generator and API for Tailwind CSS
Stars: ✭ 206 (+795.65%)
Mutual labels:  palette, colors
Color Names
Large list of handpicked color names 🌈
Stars: ✭ 1,198 (+5108.7%)
Mutual labels:  palette, colors
anypalette.js
🎨 Read/write all color palette file formats ❤🧡💛💚💙💜
Stars: ✭ 41 (+78.26%)
Mutual labels:  palette, colors
Webgradients
A curated collection of splendid gradients made in CSS3, .sketch and .PSD formats.
Stars: ✭ 2,197 (+9452.17%)
Mutual labels:  palette, colors
colorgrab
A cross-platform color picker
Stars: ✭ 80 (+247.83%)
Mutual labels:  palette, colors
pantone-colors
Hex values of all 2310 Pantone colors
Stars: ✭ 147 (+539.13%)
Mutual labels:  palette, colors
kaleidoscope
🍀 A small collection of creative nodes to generate color palette and store values for Blender
Stars: ✭ 99 (+330.43%)
Mutual labels:  palette
colorfu
Make beautiful but also meaningful wallpapers with words, colors, patterns and images. 🌈
Stars: ✭ 275 (+1095.65%)
Mutual labels:  colors
netbeans-color-codes-preview
Show colors in an editor's sidebar
Stars: ✭ 24 (+4.35%)
Mutual labels:  colors
SwiftGradients
Useful extensions for UIViews and CALayer classes to add beautiful color gradients.
Stars: ✭ 15 (-34.78%)
Mutual labels:  colors
aseprite-to-godot-variables
A Lua script to create arrays of colors and indexes of those colors from an Aseprite sprite to be used in Godot.
Stars: ✭ 19 (-17.39%)
Mutual labels:  colors

welcome to emerald!

emerald is pretty simple. I just made it mainly to combine three of my favorite color tools — monochrome, contrast-ratio, and coolors.

you can install this, by the way. it's a pwa — get it at jpegzilla.com/emerald.

things I'll be adding in the coming months / weeks:

  • palette exporting (as images, css, scss)
  • sharing color combinations through url params (easy enough)
  • full palette generation and randomization (a feature that coolors has)...coming soon
  • preview extra shades of current colors
  • more compact view for sliders
  • drag / drop to move pigments around in a palette (rly hard :(...)
  • refactor my filthy, nasty scss
  • settings (exclude certain color ranges, change randomization parameters...?)
  • show approximate css color name even if the css color isn't exactly the same (this is what I'm having trouble with, but sort of works)
  • refactor my gross javascript (looking at you, palette handler script)
  • add accessibility features such as simpler keyboard controls
  • there are issues with re-rendering the palette export canvas at certain viewport breakpoints that I literally have no clue how to fix and I can't tell what's causing them. I might fix those someday
  • make another color preview box that shows a nearby wcag aaa color combination
  • refactoring to use webpack
  • just make it nicer to use on a phone (ugh)
  • you should be able to type in the hex value
  • add more comments
  • improve gradient palette generation
  • add ability to generate entire palette from two colors
  • add palette generation settings: contrast ratio maximum, exclusion range

patch notes: v0110 03092019

  • added more compact sliders
  • fixed the look of the palettes
  • made it easier to figure out where palettes are
  • added randomization params (set contrast ratio range)
  • added color swap button
  • added palette operations: naming, deleting...exporting coming soon
  • added color shade preview: shows 12 alternative shades of the current colors and their hex codes

patch notes: v0111 10132019

  • added palette exporting. current options: image, css, scss
  • made sliders prettier and other ui improvements
  • added the ability to share color combinations through url. syntax: jpegzilla.com/emerald?bg=#200e40&text=#d6a508 (pass colors as hex values). maybe entire palettes are next?
  • improved performance
  • improved layout on smaller screens
  • added undo / redo buttons (stores previous color combinations) ((beta))
  • added dark mode and set it on by default
  • clicking on "add palette" no longer creates a palette with one empty pigment in it
  • color palettes and settings like dark / light mode now persist through reloads via localstorage

patch notes: v0112

  • fixed the palette controller that was giving me grey hairs

patch notes: v0113

  • emerald's interface now looks nicer on small little laptop screens (think <= 1380px)
  • fixed weird bug where if you exported a palette it would sometimes generate css variables for the wrong colors
  • fixed bug where the fancy color name would appear in the colorfield while exporting a palette
  • fixed bug where the "press space to randomize" text would sometimes be the wrong color
  • fixed issue in firefox where you can't export color palettes as images because firefox was blocking the image download prompt

patch notes: v0114 09202019

  • fixed an issue with palette exporting

patch notes: v0115

  • added ability to enter hex colors manually
  • fixed (final? please?) bug with palette creation
  • layout improvements
  • fixed bug with color names getting messed up after trying to export a palette
  • added palette generation button (that's a surprise tool that can help us later)

patch notes: v0116

  • added full palette generation
  • added palette generation types: gradient, monochrome, and analogous (wip)
  • added generation parameters: color amount and modification factor (affects amount of hue / saturation shifting done during palette generation)

patch notes: v0117

  • improved all palette generation by making palettes over five pigments stay in one palette instead of overflowing to two palettes
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].