Angel Color Palette

Discover the beautiful Angel color palette featuring white linen (#f5e5db), eunry (#d7aba8), spindle (#b0c9ed), mandys pink (#f1bfac) and negroni (#ffe0c7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Blue, Cream, Light, Neutral, Peach, Pink, Soft, Summer, Warm 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: #f5e5db;
}
.color-2 {
color: #d7aba8;
}
.color-3 {
color: #b0c9ed;
}
.color-4 {
color: #f1bfac;
}
.color-5 {
color: #ffe0c7;
}

/* CSS Variables */
:root {
--color-1: #f5e5db;
--color-2: #d7aba8;
--color-3: #b0c9ed;
--color-4: #f1bfac;
--color-5: #ffe0c7;
}

๐ŸŒˆ Angel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5db, #d7aba8, #b0c9ed, #f1bfac, #ffe0c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5db, #d7aba8, #b0c9ed, #f1bfac, #ffe0c7);
}

Angel color palette created on .