Elizabeth Color Palette

Discover the beautiful Elizabeth color palette featuring illusion (#f6a7b3), azalea (#f4c3d6), melanie (#e1b7c9), careys pink (#d6a4b8) and tapestry (#a95b8e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Feminine, Luxury, Modern, Pink, Soft, Vintage 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 Elizabeth palette

Share this palette to:

💻 Elizabeth color palette CSS

/* CSS */
.color-1 {
color: #f6a7b3;
}
.color-2 {
color: #f4c3d6;
}
.color-3 {
color: #e1b7c9;
}
.color-4 {
color: #d6a4b8;
}
.color-5 {
color: #a95b8e;
}

/* CSS Variables */
:root {
--color-1: #f6a7b3;
--color-2: #f4c3d6;
--color-3: #e1b7c9;
--color-4: #d6a4b8;
--color-5: #a95b8e;
}

🌈 Elizabeth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b3, #f4c3d6, #e1b7c9, #d6a4b8, #a95b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b3, #f4c3d6, #e1b7c9, #d6a4b8, #a95b8e);
}

Elizabeth color palette created on .