Serene Forest Breeze Color Palette

Discover the beautiful Serene Forest Breeze color palette featuring spectra (#355d5f), faded jade (#477a7b), breaker bay (#59a69a), vista blue (#85d5af) and padua (#afe4cd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withTeal, Green, Blue, Aqua, Earthy, Bright, Spring, Nature, Coastal 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 Breeze palette

Share this palette to:

💻 Serene Forest Breeze color palette CSS

/* CSS */
.color-1 {
color: #355d5f;
}
.color-2 {
color: #477a7b;
}
.color-3 {
color: #59a69a;
}
.color-4 {
color: #85d5af;
}
.color-5 {
color: #afe4cd;
}

/* CSS Variables */
:root {
--color-1: #355d5f;
--color-2: #477a7b;
--color-3: #59a69a;
--color-4: #85d5af;
--color-5: #afe4cd;
}

🌈 Serene Forest Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #355d5f, #477a7b, #59a69a, #85d5af, #afe4cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #355d5f, #477a7b, #59a69a, #85d5af, #afe4cd);
}

Serene Forest Breeze color palette created on .