Purple East Side Color Palette

Discover the beautiful Purple East Side color palette featuring perfume (#ecb0f2), perfume (#c99cf7), biloba flower (#bc83f1), portage (#8c75eb) and medium purple (#6854d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Purple, Violet, Light, Soft, Bright, Aesthetic, Fun 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 East Side palette

Share this palette to:

💻 Purple East Side color palette CSS

/* CSS */
.color-1 {
color: #ecb0f2;
}
.color-2 {
color: #c99cf7;
}
.color-3 {
color: #bc83f1;
}
.color-4 {
color: #8c75eb;
}
.color-5 {
color: #6854d9;
}

/* CSS Variables */
:root {
--color-1: #ecb0f2;
--color-2: #c99cf7;
--color-3: #bc83f1;
--color-4: #8c75eb;
--color-5: #6854d9;
}

🌈 Purple East Side background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecb0f2, #c99cf7, #bc83f1, #8c75eb, #6854d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecb0f2, #c99cf7, #bc83f1, #8c75eb, #6854d9);
}

Purple East Side color palette created on .