Blog Articles

Be on the look out for upcoming articles on Color Theory Basics, Color Schemes and more!

Color Easily is the easy way to generate beautiful color palettes that look good on the page! The quick and easy way to discover and view new color palettes in real time.

FAQ

What color schemes are being used?

The default randomization method of "All" will randomly choose one of the following color schemes to generate the color palette:

  • Monochromatic
  • Analogous
  • Complementary
  • Split Complementary
  • Triadic
  • Square
  • Tetradic

Each color scheme can be individually selected so that color randomization will use that specific color scheme.

Grayscale and True Random are two additional color schemes that can be individually selected, but are excluded from the default "All" selection.

Can I change the site's font?

Yes! You can currently change the font to a selection of the most popular Google fonts.

If you have a font you'd like added to the list, please send it to contact@coloreasily.com!

Are there any new features being released?

Plenty of new features and content are in the works.

If you have a feature request please send it to contact@coloreasily.com!

P
Text
Bg
1
2
3
Text
Bg
1
2
3
Pick Colors!
Randomize! (spacebar)
Choose a
Color Scheme!
All
Light
Dark
Monochromatic
Analogous
Complementary
Split Complementary
Triadic
Square
Tetradic
Grayscale (excl. from All)
True Random (excl. from All)
Back!
Forward!
Export Colors!
  • CSS
  • PNG
  • CSV

Copy the root CSS variables for the current color palette:

:root {

  --text: ;

  --background: ;

  --accent1: ;

  --accent2: ;

  --accent3: ;

}

Export a .png file of the current color palette:

Text
Background
Accent 1
Accent 2
Accent 3

Export a .csv file that contains hex codes for every color palette you've seen this session:

Text Background Accent 1 Accent 2 Accent 3
... ... ... ... ...
... ... ... ... ...
Copied: