Easy Color Palettes
Posted: Sun Jun 04, 2017 6:37 pm
EasyPalette - for designing forms, or Web pages. It's nice to be able to use a
sequence of colors that look good together... a 'palette' of colors.
With 16 million possible colors to choose, it's hard to choose.
A form might have:
- a background color
- a header color
- a button color
- a container color
- etc. etc.
Since 5 colors covered most of my needs, that is what I used to develop a small Color Palette program.
I placed 50 or so color palettes in an INI file to get you started.
https://www.dropbox.com/s/dudk6h39l8ovw ... e.zip?dl=0 (source code and icons, etc are provided)
There are sites on the Internet that supply this info, but it's nice to 'scrape' these sites and
put them into your own color database for use at a later date.
A site that I used to gather color palettes from was:
http://www.colourlovers.com/
I found that http://www.colourlovers.com/palettes have people placing their favorite 5 color combos together into a palette.
They call this a 'Tetrad' (4-colors and a base)
If you click on a palette you like... it opens up and you can view it in a larger format, then 'grab' the HTML color code from the box on the right side of the web page.
I then insert this color information into my program for later use.
e.g.
Name: Fading Scent
Color: #FA7295,#FADB72,#FAF1D3,#E5D4B7,#E5C6B7,#FA7295,#FADB72,#FAF1D3
(notice it contains 8 colors, but last 3 are repeats, so only first 5 are used)
There are other sites, but this is the most popular as you can see by the amount of contributors.
House Paint company sites are also good for choosing palettes, but you may have to convert color to HTML HEX strings (as above)
Other interesting color sites:
- http://paletton.com/#uid=7000u0kllllaFw0g0qFqFg0w0aF
- http://www.colorsontheweb.com/Color-Too ... ld-Version
- http://www.colorhunter.com/
- http://www.spycolor.com
have fun...
blueb
sequence of colors that look good together... a 'palette' of colors.
With 16 million possible colors to choose, it's hard to choose.
A form might have:
- a background color
- a header color
- a button color
- a container color
- etc. etc.
Since 5 colors covered most of my needs, that is what I used to develop a small Color Palette program.
I placed 50 or so color palettes in an INI file to get you started.
https://www.dropbox.com/s/dudk6h39l8ovw ... e.zip?dl=0 (source code and icons, etc are provided)
There are sites on the Internet that supply this info, but it's nice to 'scrape' these sites and
put them into your own color database for use at a later date.
A site that I used to gather color palettes from was:
http://www.colourlovers.com/
I found that http://www.colourlovers.com/palettes have people placing their favorite 5 color combos together into a palette.
They call this a 'Tetrad' (4-colors and a base)
If you click on a palette you like... it opens up and you can view it in a larger format, then 'grab' the HTML color code from the box on the right side of the web page.
I then insert this color information into my program for later use.
e.g.
Name: Fading Scent
Color: #FA7295,#FADB72,#FAF1D3,#E5D4B7,#E5C6B7,#FA7295,#FADB72,#FAF1D3
(notice it contains 8 colors, but last 3 are repeats, so only first 5 are used)
There are other sites, but this is the most popular as you can see by the amount of contributors.
House Paint company sites are also good for choosing palettes, but you may have to convert color to HTML HEX strings (as above)
Other interesting color sites:
- http://paletton.com/#uid=7000u0kllllaFw0g0qFqFg0w0aF
- http://www.colorsontheweb.com/Color-Too ... ld-Version
- http://www.colorhunter.com/
- http://www.spycolor.com
have fun...
blueb