Paleta de colores Soft Linen

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Linen palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Linen

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

CSS de la paleta de colores Soft Linen

/* CSS */
.color-1 {
color: #faf0e5;
}
.color-2 {
color: #f3e3d8;
}
.color-3 {
color: #e5c7b8;
}
.color-4 {
color: #d7a78e;
}
.color-5 {
color: #c78a6b;
}

/* CSS Variables */
:root {
--color-1: #faf0e5;
--color-2: #f3e3d8;
--color-3: #e5c7b8;
--color-4: #d7a78e;
--color-5: #c78a6b;
}

CSS del degradado de fondo Soft Linen

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf0e5, #f3e3d8, #e5c7b8, #d7a78e, #c78a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf0e5, #f3e3d8, #e5c7b8, #d7a78e, #c78a6b);
}

Soft Linen color palette created on .