Paleta de colores Blue Ink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Ink palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue Ink

Download blue ink color palette PNG image (landscape)
Download blue ink color palette PNG image (square)

CSS de la paleta de colores Blue Ink

/* 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;
}

CSS del degradado de fondo Blue Ink

/* 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 .