An Aching Soul Color Palette

Discover the beautiful An Aching Soul color palette featuring butterfly bush (#6a4c94), bouquet (#a77b9d), sandy brown (#f4a462), bright sun (#fdd835) and rhino (#2e3c60).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Pink, Yellow, Earthy, Vibrant, Soulful, Bright, Modern, Soft Summer, Light Spring 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 An Aching Soul palette

Share this palette to:

💻 An Aching Soul color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #a77b9d;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #fdd835;
}
.color-5 {
color: #2e3c60;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #a77b9d;
--color-3: #f4a462;
--color-4: #fdd835;
--color-5: #2e3c60;
}

🌈 An Aching Soul background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #a77b9d, #f4a462, #fdd835, #2e3c60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #a77b9d, #f4a462, #fdd835, #2e3c60);
}

An Aching Soul color palette created on .