Loading...

Paleta de colores Faded Indifference

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Faded Indifference palette

Compartir esta paleta en:

Descargar la paleta de colores Faded Indifference (PNG)

Download faded indifference color palette PNG image (landscape)
Download faded indifference color palette PNG image (square)

CSS de la paleta de colores Faded Indifference

/* CSS */
.color-1 {
color: #6a8e9a;
}
.color-2 {
color: #9ab7b7;
}
.color-3 {
color: #c5e2e2;
}
.color-4 {
color: #f2cfcf;
}
.color-5 {
color: #f6b6b6;
}

/* CSS Variables */
:root {
--color-1: #6a8e9a;
--color-2: #9ab7b7;
--color-3: #c5e2e2;
--color-4: #f2cfcf;
--color-5: #f6b6b6;
}

CSS del degradado de fondo Faded Indifference

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a8e9a, #9ab7b7, #c5e2e2, #f2cfcf, #f6b6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a8e9a, #9ab7b7, #c5e2e2, #f2cfcf, #f6b6b6);
}

Faded Indifference color palette created on .