Emerald Forest Shadows Color Palette

Discover the beautiful Emerald Forest Shadows color palette featuring fruit salad (#488e57), bush (#0b2d19), clinker (#311b07), karaka (#141306) and palm green (#05140c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Earthy, Autumn, Minimalist 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 Forest Shadows palette

Share this palette to:

💻 Emerald Forest Shadows color palette CSS

/* CSS */
.color-1 {
color: #488e57;
}
.color-2 {
color: #0b2d19;
}
.color-3 {
color: #311b07;
}
.color-4 {
color: #141306;
}
.color-5 {
color: #05140c;
}

/* CSS Variables */
:root {
--color-1: #488e57;
--color-2: #0b2d19;
--color-3: #311b07;
--color-4: #141306;
--color-5: #05140c;
}

🌈 Emerald Forest Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #488e57, #0b2d19, #311b07, #141306, #05140c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #488e57, #0b2d19, #311b07, #141306, #05140c);
}

Emerald Forest Shadows color palette created on .