Emerald Oasis Color Palette

Discover the beautiful Emerald Oasis color palette featuring norway (#9dc398), envy (#8daf88), amulet (#82a57e), highland (#70936c) and glade green (#5a7c55).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Muted, Nature, Earthy, Soft, Modern, Light, Autumn 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 Emerald Oasis palette

Share this palette to:

💻 Emerald Oasis color palette CSS

/* CSS */
.color-1 {
color: #9dc398;
}
.color-2 {
color: #8daf88;
}
.color-3 {
color: #82a57e;
}
.color-4 {
color: #70936c;
}
.color-5 {
color: #5a7c55;
}

/* CSS Variables */
:root {
--color-1: #9dc398;
--color-2: #8daf88;
--color-3: #82a57e;
--color-4: #70936c;
--color-5: #5a7c55;
}

🌈 Emerald Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9dc398, #8daf88, #82a57e, #70936c, #5a7c55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9dc398, #8daf88, #82a57e, #70936c, #5a7c55);
}

Emerald Oasis color palette created on .