All Projects → ApoorvSaxena → Colordrop

ApoorvSaxena / Colordrop

Interactive Drag & Drop Coloring with Material Design Color palette

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Colordrop

Chromacolorpicker
🎨 An intuitive iOS color picker built in Swift.
Stars: ✭ 434 (+261.67%)
Mutual labels:  color-picker, color-theme, color-palette
Pickr
🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
Stars: ✭ 3,759 (+3032.5%)
Mutual labels:  material-design, color-picker, color-palette
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (+125.83%)
Mutual labels:  color-picker, color-theme, color-palette
Leonardo
Generate colors based on a desired contrast ratio
Stars: ✭ 973 (+710.83%)
Mutual labels:  color-picker, color-theme, color-palette
Material Cards
Card style based on Google Material color palette
Stars: ✭ 370 (+208.33%)
Mutual labels:  material-design, color-palette
Color Studio
It is too hard to build coherent and accessible themes with the right colors. This should help.
Stars: ✭ 289 (+140.83%)
Mutual labels:  material-design, color-picker
Md2
Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
Stars: ✭ 389 (+224.17%)
Mutual labels:  material-design, color-picker
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-86.67%)
Mutual labels:  color-picker, color-palette
aframe-colorwheel-component
A-Frame Colorwheel. Based on A-Painter and A-Frame Material 🎨🅰
Stars: ✭ 16 (-86.67%)
Mutual labels:  color-picker, color-palette
Vue Swatches
🎨 Help the user picking beautiful colors!
Stars: ✭ 456 (+280%)
Mutual labels:  color-picker, color-palette
Material Design Colors
Palette for Android Material Design colors.
Stars: ✭ 25 (-79.17%)
Mutual labels:  material-design, color-palette
Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (-47.5%)
Mutual labels:  color-theme, color-palette
Colorschemes.jl
colorschemes, colormaps, gradients, and palettes
Stars: ✭ 55 (-54.17%)
Mutual labels:  color-theme, color-palette
Gvcci
color extraction to turn images into 16 color palettes
Stars: ✭ 86 (-28.33%)
Mutual labels:  color-theme, color-palette
Egorozh.ColorPicker
🎨🎨🎨 Best of the best ColorPicker on WPF and AvaloniaUI
Stars: ✭ 39 (-67.5%)
Mutual labels:  color-picker, color-palette
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+3913.33%)
Mutual labels:  color-theme, color-palette
javascript-color-gradient
Lightweight JavaScript library, used to generate an array of color gradients, between start and finish colors.
Stars: ✭ 54 (-55%)
Mutual labels:  color-picker, color-palette
epick
Color picker for creating harmonic color palettes that works on Linux, Windows, macOS and web.
Stars: ✭ 89 (-25.83%)
Mutual labels:  color-picker, color-palette
Simpledialogfragments
A collection of easy to use and extendable DialogFragment's for Android
Stars: ✭ 94 (-21.67%)
Mutual labels:  material-design, color-picker
Colors App
🎨 A PWA for copying values from popular color palettes. Supports HEX, RGB, and HSL formats.
Stars: ✭ 90 (-25%)
Mutual labels:  color-picker, color-palette

Colordrop

Interactive Drag and Drop Coloring


Colordrop Interactive Drag and Drop Coloring

Color a website by dragging and dropping a color droplet from a palette.

Installation

Chrome Extension: Download from Chrome WebStore

or

Bookmarklet:

Just add this into the URL section of a new bookmark:

javascript:(function(){var el=document.createElement('script');el.type='text/javascript';el.src='https://rawgit.com/ApoorvSaxena/colordrop/master/dist/production.min.js';el.onerror=function(){alert("Looks like the Content Security Policy directive is blocking the use of bookmarklets\n\nYou can copy and paste the content of:\n\n\"https://rawgit.com/ApoorvSaxena/colordrop/master/dist/production.min.js\"\n\ninto your console instead\n\n(link is in console already)");console.log("https://rawgit.com/ApoorvSaxena/colordrop/master/dist/production.min.js");};document.getElementsByTagName('body')[0].appendChild(el);})();

Mozilla has a step by step description on how to add a bookmarklet.

Or alternatifly just copy and paste the content of production.min.js to your browser console.

You need to fall back to the browser extension or the copy and paste version for sites that block external scripts in their Content Security Policy directives.


Usage

Drag a color from the color palette(inspired by Material Design) to a website and color designated areas of it (like sections or texts). One can drag a color from the color palette and drop it on any area that lights up with a blue outline, including text elements.

Once the droplet that you are dragging gets dropped on a content area, a fun little Google Material like animation happens and the whole area gets filled with a colored circle.


Browser Support

Colordrop works best on latest browsers supporting transitions.

For all non-supported browsers, the extension does nothing and fallbacks to normal behavior without any explicit handling in your code.


License

Copyright (c) 2015 Apoorv Saxena, http://apoorvsaxena.github.io Licensed under the MIT license.


Credits

Mary Lou - for her contribution interactive drag and drop coloring concept.

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