Paleta de colores Industrial Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Industrial Elegance palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Industrial Elegance

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

CSS de la paleta de colores Industrial Elegance

/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #9a8d98;
}
.color-3 {
color: #c9ada6;
}
.color-4 {
color: #f6bc60;
}
.color-5 {
color: #f8f3d3;
}

/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #9a8d98;
--color-3: #c9ada6;
--color-4: #f6bc60;
--color-5: #f8f3d3;
}

CSS del degradado de fondo Industrial Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #9a8d98, #c9ada6, #f6bc60, #f8f3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #9a8d98, #c9ada6, #f6bc60, #f8f3d3);
}

Industrial Elegance color palette created on .