Angelic Color Palette
Discover the beautiful Angelic color palette featuring blue chalk (#f5ecff), french lilac (#e5d3f1), chantilly (#f9cfe5), pastel pink (#ffcfd3) and papaya whip (#ffeece).
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 Angelic palette
💻 Angelic color palette CSS
/* CSS */
.color-1 {
color: #f5ecff;
}
.color-2 {
color: #e5d3f1;
}
.color-3 {
color: #f9cfe5;
}
.color-4 {
color: #ffcfd3;
}
.color-5 {
color: #ffeece;
}
/* CSS Variables */
:root {
--color-1: #f5ecff;
--color-2: #e5d3f1;
--color-3: #f9cfe5;
--color-4: #ffcfd3;
--color-5: #ffeece;
} 🌈 Angelic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ecff, #e5d3f1, #f9cfe5, #ffcfd3, #ffeece);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ecff, #e5d3f1, #f9cfe5, #ffcfd3, #ffeece);
} 🔗 Explore similar color palettes
Angelic color palette created on .