Whimsical Garden Color Palette
Discover the beautiful Whimsical Garden color palette featuring scampi (#5f5c99), smalt blue (#4b7e91), emerald (#3cbe7f), conifer (#9fd65c) and sahara sand (#f2e68d).
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: #5f5c99;
}
.color-2 {
color: #4b7e91;
}
.color-3 {
color: #3cbe7f;
}
.color-4 {
color: #9fd65c;
}
.color-5 {
color: #f2e68d;
}
/* CSS Variables */
:root {
--color-1: #5f5c99;
--color-2: #4b7e91;
--color-3: #3cbe7f;
--color-4: #9fd65c;
--color-5: #f2e68d;
} 🌈 Whimsical Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f5c99, #4b7e91, #3cbe7f, #9fd65c, #f2e68d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f5c99, #4b7e91, #3cbe7f, #9fd65c, #f2e68d);
} 🔗 Explore similar color palettes
Whimsical Garden color palette created on .