Aubrey Color Palette

Discover the beautiful Aubrey color palette featuring lilac (#d2a2c5), bouquet (#b67cb6), strikemaster (#a06e95), can can (#d68f99) and azalea (#f1b1c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAuburn, Pink, Lilac, Soft, Light, Peach 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 Aubrey palette

Share this palette to:

💻 Aubrey color palette CSS

/* CSS */
.color-1 {
color: #d2a2c5;
}
.color-2 {
color: #b67cb6;
}
.color-3 {
color: #a06e95;
}
.color-4 {
color: #d68f99;
}
.color-5 {
color: #f1b1c5;
}

/* CSS Variables */
:root {
--color-1: #d2a2c5;
--color-2: #b67cb6;
--color-3: #a06e95;
--color-4: #d68f99;
--color-5: #f1b1c5;
}

🌈 Aubrey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a2c5, #b67cb6, #a06e95, #d68f99, #f1b1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a2c5, #b67cb6, #a06e95, #d68f99, #f1b1c5);
}

Aubrey color palette created on .