Purple Serenity Color Palette

Discover the beautiful Purple Serenity color palette featuring cold purple (#b7a4df), snuff (#e3c9e8), wheat (#f4e6b3), turmeric (#c9c554) and asparagus (#809d5c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Purple Serenity color palette CSS

/* CSS */
.color-1 {
color: #b7a4df;
}
.color-2 {
color: #e3c9e8;
}
.color-3 {
color: #f4e6b3;
}
.color-4 {
color: #c9c554;
}
.color-5 {
color: #809d5c;
}

/* CSS Variables */
:root {
--color-1: #b7a4df;
--color-2: #e3c9e8;
--color-3: #f4e6b3;
--color-4: #c9c554;
--color-5: #809d5c;
}

🌈 Purple Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a4df, #e3c9e8, #f4e6b3, #c9c554, #809d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a4df, #e3c9e8, #f4e6b3, #c9c554, #809d5c);
}

Purple Serenity color palette created on .