Purple Oasis Color Palette

Discover the beautiful Purple Oasis color palette featuring lavender (#e17bea), east side (#a77ccb), scampi (#6c5c99), smalt blue (#4c908c) and turquoise (#2dc8b6).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Purple Oasis color palette CSS

/* CSS */
.color-1 {
color: #e17bea;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #6c5c99;
}
.color-4 {
color: #4c908c;
}
.color-5 {
color: #2dc8b6;
}

/* CSS Variables */
:root {
--color-1: #e17bea;
--color-2: #a77ccb;
--color-3: #6c5c99;
--color-4: #4c908c;
--color-5: #2dc8b6;
}

🌈 Purple Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e17bea, #a77ccb, #6c5c99, #4c908c, #2dc8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e17bea, #a77ccb, #6c5c99, #4c908c, #2dc8b6);
}

Purple Oasis color palette created on .