Angel Color Palette

Discover the beautiful Angel color palette featuring pearl lusta (#fcf2de), cherub (#fae0e5), we peep (#f5d6ed), link water (#ded8f3) and tropical blue (#c6e1f6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Peach, Pink, Lavender, Light, Soft, Spring, Summer, Bright, Neutral 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 Angel palette

Share this palette to:

💻 Angel color palette CSS

/* CSS */
.color-1 {
color: #fcf2de;
}
.color-2 {
color: #fae0e5;
}
.color-3 {
color: #f5d6ed;
}
.color-4 {
color: #ded8f3;
}
.color-5 {
color: #c6e1f6;
}

/* CSS Variables */
:root {
--color-1: #fcf2de;
--color-2: #fae0e5;
--color-3: #f5d6ed;
--color-4: #ded8f3;
--color-5: #c6e1f6;
}

🌈 Angel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf2de, #fae0e5, #f5d6ed, #ded8f3, #c6e1f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf2de, #fae0e5, #f5d6ed, #ded8f3, #c6e1f6);
}

Angel color palette created on .