Shades of Indigo Color Palette

Discover the beautiful Shades of Indigo color palette featuring danube (#5a7fce), portage (#90a6ea), regent st blue (#a4c3e5), mauve (#f1c2ff) and light wisteria (#d5a7e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Light, Spring 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 Shades of Indigo palette

Share this palette to:

💻 Shades of Indigo color palette CSS

/* CSS */
.color-1 {
color: #5a7fce;
}
.color-2 {
color: #90a6ea;
}
.color-3 {
color: #a4c3e5;
}
.color-4 {
color: #f1c2ff;
}
.color-5 {
color: #d5a7e2;
}

/* CSS Variables */
:root {
--color-1: #5a7fce;
--color-2: #90a6ea;
--color-3: #a4c3e5;
--color-4: #f1c2ff;
--color-5: #d5a7e2;
}

🌈 Shades of Indigo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a7fce, #90a6ea, #a4c3e5, #f1c2ff, #d5a7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a7fce, #90a6ea, #a4c3e5, #f1c2ff, #d5a7e2);
}

Shades of Indigo color palette created on .