Whimsical Garden Color Palette
Discover the beautiful Whimsical Garden color palette featuring mint green (#afffad), careys pink (#d7a7b0), green mist (#c2d2ac), wheat (#f1e1a7) and illusion (#f7a6c9).
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 Garden palette
💻 Whimsical Garden color palette CSS
/* CSS */
.color-1 {
color: #afffad;
}
.color-2 {
color: #d7a7b0;
}
.color-3 {
color: #c2d2ac;
}
.color-4 {
color: #f1e1a7;
}
.color-5 {
color: #f7a6c9;
}
/* CSS Variables */
:root {
--color-1: #afffad;
--color-2: #d7a7b0;
--color-3: #c2d2ac;
--color-4: #f1e1a7;
--color-5: #f7a6c9;
} 🌈 Whimsical Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afffad, #d7a7b0, #c2d2ac, #f1e1a7, #f7a6c9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afffad, #d7a7b0, #c2d2ac, #f1e1a7, #f7a6c9);
} 🔗 Explore similar color palettes
Whimsical Garden color palette created on .