Serene Oasis Color Palette

Discover the beautiful Serene Oasis color palette featuring mineral green (#3b5e55), como (#4e796b), bay leaf (#6ca78b), vista blue (#8cd9a3) and cruise (#c2efe1).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Serene Oasis color palette CSS

/* CSS */
.color-1 {
color: #3b5e55;
}
.color-2 {
color: #4e796b;
}
.color-3 {
color: #6ca78b;
}
.color-4 {
color: #8cd9a3;
}
.color-5 {
color: #c2efe1;
}

/* CSS Variables */
:root {
--color-1: #3b5e55;
--color-2: #4e796b;
--color-3: #6ca78b;
--color-4: #8cd9a3;
--color-5: #c2efe1;
}

🌈 Serene Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e55, #4e796b, #6ca78b, #8cd9a3, #c2efe1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e55, #4e796b, #6ca78b, #8cd9a3, #c2efe1);
}

Serene Oasis color palette created on .