Discover the beautiful Elegant Blue color palette featuring sinbad (#a5d5d5), prelude (#c7b2e0), brandy (#e2c6a7), cashmere (#e9b79f) and my pink (#d68a8e).

Elegant Blue Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Elegant Blue palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Elegant Blue palette

Share this palette to:

💻 Elegant Blue color palette CSS

/* CSS */
.color-1 {
color: #a5d5d5;
}
.color-2 {
color: #c7b2e0;
}
.color-3 {
color: #e2c6a7;
}
.color-4 {
color: #e9b79f;
}
.color-5 {
color: #d68a8e;
}

/* CSS Variables */
:root {
--color-1: #a5d5d5;
--color-2: #c7b2e0;
--color-3: #e2c6a7;
--color-4: #e9b79f;
--color-5: #d68a8e;
}

🌈 Elegant Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d5d5, #c7b2e0, #e2c6a7, #e9b79f, #d68a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d5d5, #c7b2e0, #e2c6a7, #e9b79f, #d68a8e);
}

Elegant Blue color palette created on .