Fairytale Garden Color Palette
Discover the beautiful Fairytale Garden color palette featuring sinbad (#a1d3d0), manhattan (#f4b69f), mona lisa (#ff9c8f), manhattan (#f6c2a2) and light orchid (#eab8e4).
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 Fairytale Garden palette
💻 Fairytale Garden color palette CSS
/* CSS */
.color-1 {
color: #a1d3d0;
}
.color-2 {
color: #f4b69f;
}
.color-3 {
color: #ff9c8f;
}
.color-4 {
color: #f6c2a2;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #a1d3d0;
--color-2: #f4b69f;
--color-3: #ff9c8f;
--color-4: #f6c2a2;
--color-5: #eab8e4;
} 🌈 Fairytale Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3d0, #f4b69f, #ff9c8f, #f6c2a2, #eab8e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3d0, #f4b69f, #ff9c8f, #f6c2a2, #eab8e4);
} 🔗 Explore similar color palettes
Fairytale Garden color palette created on .