All Projects → words → color-description

words / color-description

Licence: MIT License
Color-Description turns a technical color representation into a human readable description.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to color-description

color-math
Expressions to manipulate colors.
Stars: ✭ 18 (+0%)
Mutual labels:  color, colors
concolor
Colouring template strings using tags with annotations 🎨
Stars: ✭ 35 (+94.44%)
Mutual labels:  color, colors
pick-a-good-color
Choose the boldest and most accessible color for a given background.
Stars: ✭ 18 (+0%)
Mutual labels:  color, accessibility
leeks.js
Simple ANSI styling for your terminal
Stars: ✭ 12 (-33.33%)
Mutual labels:  color, colors
line
An easy to use golang package for stylizing terminal output
Stars: ✭ 26 (+44.44%)
Mutual labels:  color, colors
log-utils
Basic logging utils: colors, symbols and timestamp.
Stars: ✭ 24 (+33.33%)
Mutual labels:  color, colors
pantone-colors
Hex values of all 2310 Pantone colors
Stars: ✭ 147 (+716.67%)
Mutual labels:  color, colors
jsoncolor
Colorized JSON output for Go
Stars: ✭ 27 (+50%)
Mutual labels:  color, colors
color
OCaml library to work with colors on the web
Stars: ✭ 20 (+11.11%)
Mutual labels:  color, colors
global-color-picker
start the script and click anywhere to get rgb value at the cursor location
Stars: ✭ 31 (+72.22%)
Mutual labels:  color, colors
SAPC-APCA
APCA (Accessible Perceptual Contrast Algorithm) is a new method for predicting contrast for use in emerging web standards (WCAG 3) for determining readability contrast. APCA is derived form the SAPC (S-LUV Advanced Predictive Color) which is an accessibility-oriented color appearance model designed for self-illuminated displays.
Stars: ✭ 266 (+1377.78%)
Mutual labels:  color, accessibility
colortest
Quickly show all your terminal colors
Stars: ✭ 66 (+266.67%)
Mutual labels:  color, colors
multi-brand-colors
Multi Brand Colors with support for CSS/CSS-Vars/SCSS/SASS/Stylus/LESS/JSON
Stars: ✭ 26 (+44.44%)
Mutual labels:  color, colors
a11ycolor
🌈 Generate the nearest accessible color
Stars: ✭ 29 (+61.11%)
Mutual labels:  color, accessibility
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (+105.56%)
Mutual labels:  color, colors
anypalette.js
🎨 Read/write all color palette file formats ❤🧡💛💚💙💜
Stars: ✭ 41 (+127.78%)
Mutual labels:  color, colors
colors
A gorgeous, accessible color system.
Stars: ✭ 748 (+4055.56%)
Mutual labels:  color, colors
Giotto
Theme manager for your app: apply styles to anything you want through a plist file
Stars: ✭ 18 (+0%)
Mutual labels:  color, colors
console-logging
Better, prettier commandline logging for Python--with colors! 👻
Stars: ✭ 111 (+516.67%)
Mutual labels:  color, colors
tasarimcilar-ve-yazilimcilar-icin-kaynak-arsivim
Tasarım ve yazılım ile ilgili 2017 yılından günümüze kadar geçen zamanda toplamış olduğum arşivimi sizle ile paylaşıyorum. Ne mi var her şey...
Stars: ✭ 276 (+1433.33%)
Mutual labels:  color, colors

color-description

Color-Description is a class that turns a technical color representation into a human readable description.

Installation

npm install colordescription

Usage

import ColorDescription from 'colordescription';

const cd = new ColorDescription('#ffffff');

console.log(cd.getAdjectivesList()) 
/**
 * pale, light, faded, delicate, glistening, bleached, neutral colorless, bright, briliant and high
 **/

const cd.color = 'red';

console.log(cd.getAdjectivesList()) 
/**
 * saturated, strong, lush, ablaze, beaming, bold, brilliant, flamboyant, vibrant, vivid, loud, very saturated, warm, mellow, red and reddish
 **/

Color Meaning & Translation

The default dataset that is written in english so the "Emotions" and "Usage" very subjective and are written from a western perspective: https://github.com/words/color-description/blob/21ffa6b522f1751b471907aac4173acdc5c92fae/src/en.js

Data Sources

Color Psychology

Named Primary, Secondary and Tertiary Colors

Color Adjectives

Descriptions

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