Paleta de colores Elegant Neutral

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Neutral palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Elegant Neutral

Download elegant neutral color palette PNG image (landscape)
Download elegant neutral color palette PNG image (square)

CSS de la paleta de colores Elegant Neutral

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e7d8c5;
}
.color-3 {
color: #b6afa4;
}
.color-4 {
color: #7d7d7d;
}
.color-5 {
color: #141414;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e7d8c5;
--color-3: #b6afa4;
--color-4: #7d7d7d;
--color-5: #141414;
}

CSS del degradado de fondo Elegant Neutral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e7d8c5, #b6afa4, #7d7d7d, #141414);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e7d8c5, #b6afa4, #7d7d7d, #141414);
}

Elegant Neutral color palette created on .