Blue Ink Color Palette

Discover the beautiful Blue Ink color palette featuring rum (#695d89), mountbatten pink (#a489a1), cold turkey (#c8b1b7), lola (#dfd7dd) and hint of red (#f2edf0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Plum, Purple, Soft, Muted, Elegant, Light, Cream, Gray 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 Blue Ink palette

Share this palette to:

💻 Blue Ink color palette CSS

/* CSS */
.color-1 {
color: #695d89;
}
.color-2 {
color: #a489a1;
}
.color-3 {
color: #c8b1b7;
}
.color-4 {
color: #dfd7dd;
}
.color-5 {
color: #f2edf0;
}

/* CSS Variables */
:root {
--color-1: #695d89;
--color-2: #a489a1;
--color-3: #c8b1b7;
--color-4: #dfd7dd;
--color-5: #f2edf0;
}

🌈 Blue Ink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #695d89, #a489a1, #c8b1b7, #dfd7dd, #f2edf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #695d89, #a489a1, #c8b1b7, #dfd7dd, #f2edf0);
}

Blue Ink color palette created on .