Babydoll Color Palette
Discover the beautiful Babydoll color palette featuring illusion (#f6b1d1), lavender pink (#f9a9ca), sweet pink (#fba7b5), saffron mango (#f8b85d) and froly (#f66a8d).
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 Babydoll palette
💻 Babydoll color palette CSS
/* CSS */
.color-1 {
color: #f6b1d1;
}
.color-2 {
color: #f9a9ca;
}
.color-3 {
color: #fba7b5;
}
.color-4 {
color: #f8b85d;
}
.color-5 {
color: #f66a8d;
}
/* CSS Variables */
:root {
--color-1: #f6b1d1;
--color-2: #f9a9ca;
--color-3: #fba7b5;
--color-4: #f8b85d;
--color-5: #f66a8d;
} 🌈 Babydoll background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b1d1, #f9a9ca, #fba7b5, #f8b85d, #f66a8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b1d1, #f9a9ca, #fba7b5, #f8b85d, #f66a8d);
} 🔗 Explore similar color palettes
Babydoll color palette created on .