Vibrant Harmony Color Palette

Discover the beautiful Vibrant Harmony color palette featuring amethyst (#a74dd1), green yellow (#8bff4d), jade (#00b84d), bright turquoise (#00c8ff) and electric lime (#d1e000).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Purple, Vibrant 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

UI Examples

Explore beautiful UI components with Vibrant Harmony palette

Share this palette to:

💻 Vibrant Harmony color palette CSS

/* CSS */
.color-1 {
color: #a74dd1;
}
.color-2 {
color: #8bff4d;
}
.color-3 {
color: #00b84d;
}
.color-4 {
color: #00c8ff;
}
.color-5 {
color: #d1e000;
}

/* CSS Variables */
:root {
--color-1: #a74dd1;
--color-2: #8bff4d;
--color-3: #00b84d;
--color-4: #00c8ff;
--color-5: #d1e000;
}

🌈 Vibrant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a74dd1, #8bff4d, #00b84d, #00c8ff, #d1e000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a74dd1, #8bff4d, #00b84d, #00c8ff, #d1e000);
}

Vibrant Harmony color palette created on .