Pink Fairytale Garden Color Palette
Discover the beautiful Pink Fairytale Garden color palette featuring gossip (#dbf8ab), lavender pink (#fba7d7), sweet pink (#fd9bac), golden glow (#fce99c) and rose bud (#fbb8ac).
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 Pink Fairytale Garden palette
💻 Pink Fairytale Garden color palette CSS
/* CSS */
.color-1 {
color: #dbf8ab;
}
.color-2 {
color: #fba7d7;
}
.color-3 {
color: #fd9bac;
}
.color-4 {
color: #fce99c;
}
.color-5 {
color: #fbb8ac;
}
/* CSS Variables */
:root {
--color-1: #dbf8ab;
--color-2: #fba7d7;
--color-3: #fd9bac;
--color-4: #fce99c;
--color-5: #fbb8ac;
} 🌈 Pink Fairytale Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbf8ab, #fba7d7, #fd9bac, #fce99c, #fbb8ac);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbf8ab, #fba7d7, #fd9bac, #fce99c, #fbb8ac);
} 🔗 Explore similar color palettes
Pink Fairytale Garden color palette created on .