Paleta de colores Soft Whites

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Whites palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Whites

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

CSS de la paleta de colores Soft Whites

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0f0f0;
}
.color-3 {
color: #e0e0e0;
}
.color-4 {
color: #d1d1d1;
}
.color-5 {
color: #bfbfbf;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0f0f0;
--color-3: #e0e0e0;
--color-4: #d1d1d1;
--color-5: #bfbfbf;
}

CSS del degradado de fondo Soft Whites

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0f0f0, #e0e0e0, #d1d1d1, #bfbfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0f0f0, #e0e0e0, #d1d1d1, #bfbfbf);
}

Soft Whites color palette created on .