Paleta de colores Soft Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Elegance palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Elegance

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

CSS de la paleta de colores Soft Elegance

/* CSS */
.color-1 {
color: #f6f6e4;
}
.color-2 {
color: #ffe8d6;
}
.color-3 {
color: #1f1f1f;
}
.color-4 {
color: #f5cec7;
}
.color-5 {
color: #fce0de;
}

/* CSS Variables */
:root {
--color-1: #f6f6e4;
--color-2: #ffe8d6;
--color-3: #1f1f1f;
--color-4: #f5cec7;
--color-5: #fce0de;
}

CSS del degradado de fondo Soft Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f6e4, #ffe8d6, #1f1f1f, #f5cec7, #fce0de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f6e4, #ffe8d6, #1f1f1f, #f5cec7, #fce0de);
}

Soft Elegance color palette created on .