Weeping Angel Color Palette
Discover the beautiful Weeping Angel color palette featuring manatee (#8a8b9e), blue haze (#c3c6da), white lilac (#e2e5f3), morning glory (#a3d6e0) and juniper (#6b8d8e).
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 Weeping Angel palette
💻 Weeping Angel color palette CSS
/* CSS */
.color-1 {
color: #8a8b9e;
}
.color-2 {
color: #c3c6da;
}
.color-3 {
color: #e2e5f3;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #6b8d8e;
}
/* CSS Variables */
:root {
--color-1: #8a8b9e;
--color-2: #c3c6da;
--color-3: #e2e5f3;
--color-4: #a3d6e0;
--color-5: #6b8d8e;
} 🌈 Weeping Angel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a8b9e, #c3c6da, #e2e5f3, #a3d6e0, #6b8d8e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a8b9e, #c3c6da, #e2e5f3, #a3d6e0, #6b8d8e);
} 🔗 Explore similar color palettes
Weeping Angel color palette created on .