Discover the beautiful Swinging Harmony color palette featuring buddha gold (#d6a800), saffron (#f6b83c), maize (#f6d89d), tapestry (#a24e9b) and eminence (#6f2c90).

Swinging Harmony Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:

  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

Explore how the Swinging Harmony palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Swinging Harmony palette

Share this palette to:

💻 Swinging Harmony color palette CSS

/* CSS */
.color-1 {
color: #d6a800;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f6d89d;
}
.color-4 {
color: #a24e9b;
}
.color-5 {
color: #6f2c90;
}

/* CSS Variables */
:root {
--color-1: #d6a800;
--color-2: #f6b83c;
--color-3: #f6d89d;
--color-4: #a24e9b;
--color-5: #6f2c90;
}

🌈 Swinging Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a800, #f6b83c, #f6d89d, #a24e9b, #6f2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a800, #f6b83c, #f6d89d, #a24e9b, #6f2c90);
}

Swinging Harmony color palette created on .