Serene Forest Tides Color Palette

Discover the beautiful Serene Forest Tides color palette featuring shadow green (#9ec7c4), acapulco (#86b1a2), olivine (#8fb26c), juniper (#6b9489) and asparagus (#729159).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withTeal, Green, Earthy, Minimalist, Boho, Spring 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 Forest Tides palette

Share this palette to:

💻 Serene Forest Tides color palette CSS

/* CSS */
.color-1 {
color: #9ec7c4;
}
.color-2 {
color: #86b1a2;
}
.color-3 {
color: #8fb26c;
}
.color-4 {
color: #6b9489;
}
.color-5 {
color: #729159;
}

/* CSS Variables */
:root {
--color-1: #9ec7c4;
--color-2: #86b1a2;
--color-3: #8fb26c;
--color-4: #6b9489;
--color-5: #729159;
}

🌈 Serene Forest Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ec7c4, #86b1a2, #8fb26c, #6b9489, #729159);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ec7c4, #86b1a2, #8fb26c, #6b9489, #729159);
}

Serene Forest Tides color palette created on .