"Whimsical Garden Drift" Color Palette
Discover the beautiful "Whimsical Garden Drift" color palette featuring moss green (#a7d7b8), rainee (#b4c9a6), beryl green (#e3e3ba), marzipan (#f7d6a1) and melanie (#e3bac9).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 "Whimsical Garden Drift" palette
💻 "Whimsical Garden Drift" color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #b4c9a6;
}
.color-3 {
color: #e3e3ba;
}
.color-4 {
color: #f7d6a1;
}
.color-5 {
color: #e3bac9;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #b4c9a6;
--color-3: #e3e3ba;
--color-4: #f7d6a1;
--color-5: #e3bac9;
} 🌈 "Whimsical Garden Drift" background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #b4c9a6, #e3e3ba, #f7d6a1, #e3bac9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #b4c9a6, #e3e3ba, #f7d6a1, #e3bac9);
} "Whimsical Garden Drift" color palette created on .