Angelic Color Palette

Discover the beautiful Angelic color palette featuring blue chalk (#f4ebff), french lilac (#e6d4f2), chantilly (#f9cde4), cosmos (#ffd1d5) and sandy beach (#ffedcc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Pink, Lilac, Cream, Peach, Soft, Light color palettes and combinations.

💡 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

Share this palette to:

💻 Angelic color palette CSS

/* CSS */
.color-1 {
color: #f4ebff;
}
.color-2 {
color: #e6d4f2;
}
.color-3 {
color: #f9cde4;
}
.color-4 {
color: #ffd1d5;
}
.color-5 {
color: #ffedcc;
}

/* CSS Variables */
:root {
--color-1: #f4ebff;
--color-2: #e6d4f2;
--color-3: #f9cde4;
--color-4: #ffd1d5;
--color-5: #ffedcc;
}

🌈 Angelic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4ebff, #e6d4f2, #f9cde4, #ffd1d5, #ffedcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4ebff, #e6d4f2, #f9cde4, #ffd1d5, #ffedcc);
}

Angelic color palette created on .