Àspid Color Palette

Discover the beautiful Àspid color palette featuring prelude (#d4c1e6), east side (#a77ccb), scampi (#6f5b9a), daisy bush (#4a2c90) and meteorite (#3d1a6b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Fun, Lavender, Modern, Purple, Summer, Violet 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 Àspid palette

Share this palette to:

💻 Àspid color palette CSS

/* CSS */
.color-1 {
color: #d4c1e6;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #6f5b9a;
}
.color-4 {
color: #4a2c90;
}
.color-5 {
color: #3d1a6b;
}

/* CSS Variables */
:root {
--color-1: #d4c1e6;
--color-2: #a77ccb;
--color-3: #6f5b9a;
--color-4: #4a2c90;
--color-5: #3d1a6b;
}

🌈 Àspid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c1e6, #a77ccb, #6f5b9a, #4a2c90, #3d1a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c1e6, #a77ccb, #6f5b9a, #4a2c90, #3d1a6b);
}

Àspid color palette created on .