Color Palette Generator
Generate harmonious color palettes based on color theory for web design, UI/UX, and creative projects.
Palette Settings
Generated Palette
Base
#3B82F6Complementary
#F6AF3BDarker
#0A59DALighter
#84B1F9Comp. Darker
#DA8B0APalette Preview
CSS Variables
:root {
--color-1: #3b82f6;
--color-2: #f6af3b;
--color-3: #0a59da;
--color-4: #84b1f9;
--color-5: #da8b0a;
}