Mossy Green Color Palette
Discover the beautiful Mossy Green color palette featuring hippie green (#5b8b4b), wild willow (#a2c86a), deco (#d3e3a5), loafer (#f5f7e8) and caper (#d8e7b1).
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 Mossy Green palette
💻 Mossy Green color palette CSS
/* CSS */
.color-1 {
color: #5b8b4b;
}
.color-2 {
color: #a2c86a;
}
.color-3 {
color: #d3e3a5;
}
.color-4 {
color: #f5f7e8;
}
.color-5 {
color: #d8e7b1;
}
/* CSS Variables */
:root {
--color-1: #5b8b4b;
--color-2: #a2c86a;
--color-3: #d3e3a5;
--color-4: #f5f7e8;
--color-5: #d8e7b1;
}
🌈 Mossy Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b4b, #a2c86a, #d3e3a5, #f5f7e8, #d8e7b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b4b, #a2c86a, #d3e3a5, #f5f7e8, #d8e7b1);
}
🔗 Explore similar color palettes
Mossy Green color palette created on .