Whimsical Garden Color Palette
Discover the beautiful Whimsical Garden color palette featuring wewak (#f3a5b1), apricot (#f19b79), portica (#f5da70), moss green (#a2d699) and hippie blue (#4c9da9).
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: #f3a5b1;
}
.color-2 {
color: #f19b79;
}
.color-3 {
color: #f5da70;
}
.color-4 {
color: #a2d699;
}
.color-5 {
color: #4c9da9;
}
/* CSS Variables */
:root {
--color-1: #f3a5b1;
--color-2: #f19b79;
--color-3: #f5da70;
--color-4: #a2d699;
--color-5: #4c9da9;
}
🌈 Whimsical Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5b1, #f19b79, #f5da70, #a2d699, #4c9da9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5b1, #f19b79, #f5da70, #a2d699, #4c9da9);
}
🔗 Explore similar color palettes
Whimsical Garden color palette created on .