Lizzie's Garden of Dreams Color Palette
Discover the beautiful Lizzie's Garden of Dreams color palette featuring rose bud (#f9a29f), manhattan (#f6c5a2), sidecar (#f3e2b4), deco (#c3e0a3) and morning glory (#a3d4e0).
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 Lizzie's Garden of Dreams palette
💻 Lizzie's Garden of Dreams color palette CSS
/* CSS */
.color-1 {
color: #f9a29f;
}
.color-2 {
color: #f6c5a2;
}
.color-3 {
color: #f3e2b4;
}
.color-4 {
color: #c3e0a3;
}
.color-5 {
color: #a3d4e0;
}
/* CSS Variables */
:root {
--color-1: #f9a29f;
--color-2: #f6c5a2;
--color-3: #f3e2b4;
--color-4: #c3e0a3;
--color-5: #a3d4e0;
} 🌈 Lizzie's Garden of Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a29f, #f6c5a2, #f3e2b4, #c3e0a3, #a3d4e0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a29f, #f6c5a2, #f3e2b4, #c3e0a3, #a3d4e0);
} 🔗 Explore similar color palettes
Lizzie's Garden of Dreams color palette created on .