Blue Ink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Ink palette
Blue Ink color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 40+ Lavender color palettes
Blue Ink color palette created on .