Alexander's Legacy Color Palette

Discover the beautiful Alexander's Legacy color palette featuring scampi (#695b9a), limed oak (#9c7c4f), turmeric (#d0b84e), rose bud (#f7b5a1) and froly (#f76e6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Earthy, Historical, Modern, Orange, Pink, Purple, Royal 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 Alexander's Legacy palette

Share this palette to:

๐Ÿ’ป Alexander's Legacy color palette CSS

/* CSS */
.color-1 {
color: #695b9a;
}
.color-2 {
color: #9c7c4f;
}
.color-3 {
color: #d0b84e;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #695b9a;
--color-2: #9c7c4f;
--color-3: #d0b84e;
--color-4: #f7b5a1;
--color-5: #f76e6e;
}

๐ŸŒˆ Alexander's Legacy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #695b9a, #9c7c4f, #d0b84e, #f7b5a1, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #695b9a, #9c7c4f, #d0b84e, #f7b5a1, #f76e6e);
}

Alexander's Legacy color palette created on .