Discover the beautiful Emerald Oasis color palette featuring green haze (#03ab54), mountain meadow (#1db97b), emerald (#50ce8f), algae green (#98e2b2) and frost (#e4f7de).

Emerald Oasis Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Emerald Oasis palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Emerald Oasis palette

Share this palette to:

💻 Emerald Oasis color palette CSS

/* CSS */
.color-1 {
color: #03ab54;
}
.color-2 {
color: #1db97b;
}
.color-3 {
color: #50ce8f;
}
.color-4 {
color: #98e2b2;
}
.color-5 {
color: #e4f7de;
}

/* CSS Variables */
:root {
--color-1: #03ab54;
--color-2: #1db97b;
--color-3: #50ce8f;
--color-4: #98e2b2;
--color-5: #e4f7de;
}

🌈 Emerald Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #03ab54, #1db97b, #50ce8f, #98e2b2, #e4f7de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #03ab54, #1db97b, #50ce8f, #98e2b2, #e4f7de);
}

Emerald Oasis color palette created on .