Rainy Forrest Mushroom Patch Color Palette
Discover the beautiful Rainy Forrest Mushroom Patch color palette featuring highland (#799c6d), pale leaf (#c2d5b8), del rio (#b2a199), tobacco brown (#6f4c3e) and akaroa (#d9cab4).
Brightness
Saturation
Warmth
💡 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 Rainy Forrest Mushroom Patch palette
💻 Rainy Forrest Mushroom Patch color palette CSS
/* CSS */
.color-1 {
color: #799c6d;
}
.color-2 {
color: #c2d5b8;
}
.color-3 {
color: #b2a199;
}
.color-4 {
color: #6f4c3e;
}
.color-5 {
color: #d9cab4;
}
/* CSS Variables */
:root {
--color-1: #799c6d;
--color-2: #c2d5b8;
--color-3: #b2a199;
--color-4: #6f4c3e;
--color-5: #d9cab4;
} 🌈 Rainy Forrest Mushroom Patch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799c6d, #c2d5b8, #b2a199, #6f4c3e, #d9cab4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799c6d, #c2d5b8, #b2a199, #6f4c3e, #d9cab4);
} 🔗 Explore similar color palettes
Rainy Forrest Mushroom Patch color palette created on .