Indigo Dream Color Palette

Discover the beautiful Indigo Dream color palette featuring indigo (#4e68c6), havelock blue (#5a8cd8), turquoise blue (#6cc1e5), link water (#d6e8f5) and zircon (#f5f8ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Indigo, Light, Modern, Ocean, Soft, Spring, Vibrant 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 Indigo Dream palette

Share this palette to:

💻 Indigo Dream color palette CSS

/* CSS */
.color-1 {
color: #4e68c6;
}
.color-2 {
color: #5a8cd8;
}
.color-3 {
color: #6cc1e5;
}
.color-4 {
color: #d6e8f5;
}
.color-5 {
color: #f5f8ff;
}

/* CSS Variables */
:root {
--color-1: #4e68c6;
--color-2: #5a8cd8;
--color-3: #6cc1e5;
--color-4: #d6e8f5;
--color-5: #f5f8ff;
}

🌈 Indigo Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e68c6, #5a8cd8, #6cc1e5, #d6e8f5, #f5f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e68c6, #5a8cd8, #6cc1e5, #d6e8f5, #f5f8ff);
}

Indigo Dream color palette created on .