Albert Color Palette

Discover the beautiful Albert color palette featuring oriental pink (#c69c85), pharlap (#ad7f7b), lavender purple (#8e89bd), polo blue (#7d9ccf) and tussock (#bda047).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Blue, Brown, Earthy, Gray, Muted, Retro, Soft, 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 Albert palette

Share this palette to:

💻 Albert color palette CSS

/* CSS */
.color-1 {
color: #c69c85;
}
.color-2 {
color: #ad7f7b;
}
.color-3 {
color: #8e89bd;
}
.color-4 {
color: #7d9ccf;
}
.color-5 {
color: #bda047;
}

/* CSS Variables */
:root {
--color-1: #c69c85;
--color-2: #ad7f7b;
--color-3: #8e89bd;
--color-4: #7d9ccf;
--color-5: #bda047;
}

🌈 Albert background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c85, #ad7f7b, #8e89bd, #7d9ccf, #bda047);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c85, #ad7f7b, #8e89bd, #7d9ccf, #bda047);
}

Albert color palette created on .