Paleta de colores Warm Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Elegance palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Warm Elegance

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

CSS de la paleta de colores Warm Elegance

/* CSS */
.color-1 {
color: #f5ede0;
}
.color-2 {
color: #fff7f0;
}
.color-3 {
color: #c1c4b1;
}
.color-4 {
color: #b7a58f;
}
.color-5 {
color: #ead3cc;
}

/* CSS Variables */
:root {
--color-1: #f5ede0;
--color-2: #fff7f0;
--color-3: #c1c4b1;
--color-4: #b7a58f;
--color-5: #ead3cc;
}

CSS del degradado de fondo Warm Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ede0, #fff7f0, #c1c4b1, #b7a58f, #ead3cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ede0, #fff7f0, #c1c4b1, #b7a58f, #ead3cc);
}

Warm Elegance color palette created on .