Blue Ink Color Palette
Discover the beautiful Blue Ink color palette featuring rum (#685c88), mountbatten pink (#a488a1), cold turkey (#c7b0b6), lola (#dfd7dd) and hint of red (#f2edf0).
Brightness
Saturation
Warmth
💡 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
💻 Blue Ink color palette CSS
/* CSS */
.color-1 {
color: #685c88;
}
.color-2 {
color: #a488a1;
}
.color-3 {
color: #c7b0b6;
}
.color-4 {
color: #dfd7dd;
}
.color-5 {
color: #f2edf0;
}
/* CSS Variables */
:root {
--color-1: #685c88;
--color-2: #a488a1;
--color-3: #c7b0b6;
--color-4: #dfd7dd;
--color-5: #f2edf0;
} 🌈 Blue Ink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #685c88, #a488a1, #c7b0b6, #dfd7dd, #f2edf0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #685c88, #a488a1, #c7b0b6, #dfd7dd, #f2edf0);
} 🔗 Explore similar color palettes
Blue Ink color palette created on .