Whimsical Moss Garden Color Palette
Discover the beautiful Whimsical Moss Garden color palette featuring earls green (#c8ba3c), avocado (#8d8d68), buttered rum (#92830c), ship gray (#424243) and zombie (#e1da98).
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 Whimsical Moss Garden palette
💻 Whimsical Moss Garden color palette CSS
/* CSS */
.color-1 {
color: #c8ba3c;
}
.color-2 {
color: #8d8d68;
}
.color-3 {
color: #92830c;
}
.color-4 {
color: #424243;
}
.color-5 {
color: #e1da98;
}
/* CSS Variables */
:root {
--color-1: #c8ba3c;
--color-2: #8d8d68;
--color-3: #92830c;
--color-4: #424243;
--color-5: #e1da98;
} 🌈 Whimsical Moss Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8ba3c, #8d8d68, #92830c, #424243, #e1da98);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8ba3c, #8d8d68, #92830c, #424243, #e1da98);
} 🔗 Explore similar color palettes
Whimsical Moss Garden color palette created on .