Garden Whimsy Color Palette
Discover the beautiful Garden Whimsy color palette featuring moss green (#a7d7b8), sidecar (#f2e6b1), rose bud (#fbb08e), bittersweet (#ff6e61) and hopbush (#d95e9e).
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 Garden Whimsy palette
💻 Garden Whimsy color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f2e6b1;
}
.color-3 {
color: #fbb08e;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d95e9e;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f2e6b1;
--color-3: #fbb08e;
--color-4: #ff6e61;
--color-5: #d95e9e;
} 🌈 Garden Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f2e6b1, #fbb08e, #ff6e61, #d95e9e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f2e6b1, #fbb08e, #ff6e61, #d95e9e);
} 🔗 Explore similar color palettes
Garden Whimsy color palette created on .