Sombra de Bosque Apagado Color Palette

Discover the beautiful Sombra de Bosque Apagado color palette featuring juniper (#7a8d90), corduroy (#5c7570), mineral green (#4b6361), mineral green (#39514f) and outer space (#293d3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Green, Gray, Earthy 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 Sombra de Bosque Apagado palette

Share this palette to:

💻 Sombra de Bosque Apagado color palette CSS

/* CSS */
.color-1 {
color: #7a8d90;
}
.color-2 {
color: #5c7570;
}
.color-3 {
color: #4b6361;
}
.color-4 {
color: #39514f;
}
.color-5 {
color: #293d3b;
}

/* CSS Variables */
:root {
--color-1: #7a8d90;
--color-2: #5c7570;
--color-3: #4b6361;
--color-4: #39514f;
--color-5: #293d3b;
}

🌈 Sombra de Bosque Apagado background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a8d90, #5c7570, #4b6361, #39514f, #293d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a8d90, #5c7570, #4b6361, #39514f, #293d3b);
}

Sombra de Bosque Apagado color palette created on .