Angelical Color Palette
Discover the beautiful Angelical color palette featuring skeptic (#d0e7e3), aqua island (#a8d4dc), glacier (#80b5c6), hippie blue (#4aa0b5) and blue lagoon (#007c8f).
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 Angelical palette
💻 Angelical color palette CSS
/* CSS */
.color-1 {
color: #d0e7e3;
}
.color-2 {
color: #a8d4dc;
}
.color-3 {
color: #80b5c6;
}
.color-4 {
color: #4aa0b5;
}
.color-5 {
color: #007c8f;
}
/* CSS Variables */
:root {
--color-1: #d0e7e3;
--color-2: #a8d4dc;
--color-3: #80b5c6;
--color-4: #4aa0b5;
--color-5: #007c8f;
} 🌈 Angelical background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e7e3, #a8d4dc, #80b5c6, #4aa0b5, #007c8f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e7e3, #a8d4dc, #80b5c6, #4aa0b5, #007c8f);
} 🔗 Explore similar color palettes
Angelical color palette created on .