Enchanted Oasis Color Palette

Discover the beautiful Enchanted Oasis color palette featuring amethyst (#9663ca), screamin' green (#65ee63), bay leaf (#7ea997), saffron (#f6d12c) and flamingo (#f44d3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Green, Gold, Bright, 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 Enchanted Oasis palette

Share this palette to:

💻 Enchanted Oasis color palette CSS

/* CSS */
.color-1 {
color: #9663ca;
}
.color-2 {
color: #65ee63;
}
.color-3 {
color: #7ea997;
}
.color-4 {
color: #f6d12c;
}
.color-5 {
color: #f44d3e;
}

/* CSS Variables */
:root {
--color-1: #9663ca;
--color-2: #65ee63;
--color-3: #7ea997;
--color-4: #f6d12c;
--color-5: #f44d3e;
}

🌈 Enchanted Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9663ca, #65ee63, #7ea997, #f6d12c, #f44d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9663ca, #65ee63, #7ea997, #f6d12c, #f44d3e);
}

Enchanted Oasis color palette created on .