Shades of Purple Color Palette

Discover the beautiful Shades of Purple color palette featuring sandwisp (#f5e0a3), soft amber (#d3c4b1), bazaar (#a17d88), affair (#994f9c) and affair (#6c3e79).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Brown, Pink, Earthy, Bright 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 Shades of Purple palette

Share this palette to:

💻 Shades of Purple color palette CSS

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #d3c4b1;
}
.color-3 {
color: #a17d88;
}
.color-4 {
color: #994f9c;
}
.color-5 {
color: #6c3e79;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #d3c4b1;
--color-3: #a17d88;
--color-4: #994f9c;
--color-5: #6c3e79;
}

🌈 Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #d3c4b1, #a17d88, #994f9c, #6c3e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #d3c4b1, #a17d88, #994f9c, #6c3e79);
}

Shades of Purple color palette created on .