Angel Wings Color Palette
Discover the beautiful Angel Wings color palette featuring cherub (#f9dceb), mint tulip (#c1eef5), blizzard blue (#b4e6f3), dairy cream (#fbe0c5) and lavender pink (#fbbbc4).
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 Angel Wings palette
💻 Angel Wings color palette CSS
/* CSS */
.color-1 {
color: #f9dceb;
}
.color-2 {
color: #c1eef5;
}
.color-3 {
color: #b4e6f3;
}
.color-4 {
color: #fbe0c5;
}
.color-5 {
color: #fbbbc4;
}
/* CSS Variables */
:root {
--color-1: #f9dceb;
--color-2: #c1eef5;
--color-3: #b4e6f3;
--color-4: #fbe0c5;
--color-5: #fbbbc4;
} 🌈 Angel Wings background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9dceb, #c1eef5, #b4e6f3, #fbe0c5, #fbbbc4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9dceb, #c1eef5, #b4e6f3, #fbe0c5, #fbbbc4);
} 🔗 Explore similar color palettes
Angel Wings color palette created on .