About Color Palettes
A color palette is a set of colors chosen to work together in a design. Good palettes create visual harmony, guide the viewer's eye, and communicate mood and brand identity.
Color Harmony Schemes
- Complementary: Two colors directly opposite on the color wheel. Creates maximum contrast and vibrancy.
- Analogous: Three to five colors adjacent on the wheel. Produces serene, harmonious designs.
- Triadic: Three colors evenly spaced (120° apart). Vibrant yet balanced.
- Tetradic (Rectangle): Four colors forming a rectangle. Rich and versatile but requires careful balancing.
- Monochromatic: Variations of a single hue at different lightness levels. Clean and unified.
Using CSS Variables
Export your palette as CSS custom properties for easy theming. Define them in :root and reference them with var(--color-1) throughout your stylesheets. This makes it trivial to swap themes or tweak colors globally.