Divine Baby Color Palette
Discover the beautiful Divine Baby color palette featuring azalea (#f4c7d5), illusion (#f8b4d3), rose bud (#fbafac), vivid tangerine (#ff9f80) and salmon (#ff8161).
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 Divine Baby palette
💻 Divine Baby color palette CSS
/* CSS */
.color-1 {
color: #f4c7d5;
}
.color-2 {
color: #f8b4d3;
}
.color-3 {
color: #fbafac;
}
.color-4 {
color: #ff9f80;
}
.color-5 {
color: #ff8161;
}
/* CSS Variables */
:root {
--color-1: #f4c7d5;
--color-2: #f8b4d3;
--color-3: #fbafac;
--color-4: #ff9f80;
--color-5: #ff8161;
} 🌈 Divine Baby background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c7d5, #f8b4d3, #fbafac, #ff9f80, #ff8161);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c7d5, #f8b4d3, #fbafac, #ff9f80, #ff8161);
} 🔗 Explore similar color palettes
Divine Baby color palette created on .