Paleta de colores Soft Linens

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Linens palette

Compartir esta paleta en:

Descargar la paleta de colores Soft Linens (PNG)

Download soft linens color palette PNG image (landscape)
Download soft linens color palette PNG image (square)

CSS de la paleta de colores Soft Linens

/* CSS */
.color-1 {
color: #e2f2fd;
}
.color-2 {
color: #bcddfb;
}
.color-3 {
color: #90caf9;
}
.color-4 {
color: #65b5f6;
}
.color-5 {
color: #42a5f5;
}

/* CSS Variables */
:root {
--color-1: #e2f2fd;
--color-2: #bcddfb;
--color-3: #90caf9;
--color-4: #65b5f6;
--color-5: #42a5f5;
}

CSS del degradado de fondo Soft Linens

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2f2fd, #bcddfb, #90caf9, #65b5f6, #42a5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2f2fd, #bcddfb, #90caf9, #65b5f6, #42a5f5);
}

Soft Linens color palette created on .