Forest Dreams Color Palette

Discover the beautiful Forest Dreams color palette featuring casal (#2a666a), hippie blue (#4aa8a9), monte carlo (#79cfca), water leaf (#a4e6d6) and white ice (#d5f7f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Cyan, Light, Soft, Summer, Teal, Turquoise 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 Forest Dreams palette

Share this palette to:

💻 Forest Dreams color palette CSS

/* CSS */
.color-1 {
color: #2a666a;
}
.color-2 {
color: #4aa8a9;
}
.color-3 {
color: #79cfca;
}
.color-4 {
color: #a4e6d6;
}
.color-5 {
color: #d5f7f0;
}

/* CSS Variables */
:root {
--color-1: #2a666a;
--color-2: #4aa8a9;
--color-3: #79cfca;
--color-4: #a4e6d6;
--color-5: #d5f7f0;
}

🌈 Forest Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a666a, #4aa8a9, #79cfca, #a4e6d6, #d5f7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a666a, #4aa8a9, #79cfca, #a4e6d6, #d5f7f0);
}

Forest Dreams color palette created on .