Dollhouse Dreams Color Palette
Discover the beautiful Dollhouse Dreams color palette featuring azalea (#f5c7d6), sundown (#ffb3c1), tickle me pink (#ff809d), wild watermelon (#ff4d6d) and amaranth (#f03d5b).
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 Dollhouse Dreams palette
💻 Dollhouse Dreams color palette CSS
/* CSS */
.color-1 {
color: #f5c7d6;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff809d;
}
.color-4 {
color: #ff4d6d;
}
.color-5 {
color: #f03d5b;
}
/* CSS Variables */
:root {
--color-1: #f5c7d6;
--color-2: #ffb3c1;
--color-3: #ff809d;
--color-4: #ff4d6d;
--color-5: #f03d5b;
} 🌈 Dollhouse Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7d6, #ffb3c1, #ff809d, #ff4d6d, #f03d5b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7d6, #ffb3c1, #ff809d, #ff4d6d, #f03d5b);
} 🔗 Explore similar color palettes
Dollhouse Dreams color palette created on .