Fairy Garden Color Palette
Discover the beautiful Fairy Garden color palette featuring caper (#d6e6a8), granny smith apple (#a5df9f), neptune (#76c1a9), keppel (#3b9ea0) and blumine (#1e5a7b).
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 Fairy Garden palette
💻 Fairy Garden color palette CSS
/* CSS */
.color-1 {
color: #d6e6a8;
}
.color-2 {
color: #a5df9f;
}
.color-3 {
color: #76c1a9;
}
.color-4 {
color: #3b9ea0;
}
.color-5 {
color: #1e5a7b;
}
/* CSS Variables */
:root {
--color-1: #d6e6a8;
--color-2: #a5df9f;
--color-3: #76c1a9;
--color-4: #3b9ea0;
--color-5: #1e5a7b;
} 🌈 Fairy Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e6a8, #a5df9f, #76c1a9, #3b9ea0, #1e5a7b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e6a8, #a5df9f, #76c1a9, #3b9ea0, #1e5a7b);
} 🔗 Explore similar color palettes
Fairy Garden color palette created on .