Paleta de colores Leather

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Leather palette

Compartir esta paleta en:

Descargar la paleta de colores Leather (PNG)

Download leather color palette PNG image (landscape)
Download leather color palette PNG image (square)

CSS de la paleta de colores Leather

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d89a6e;
}
.color-4 {
color: #f5c99e;
}
.color-5 {
color: #fbe2b1;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #a85f2e;
--color-3: #d89a6e;
--color-4: #f5c99e;
--color-5: #fbe2b1;
}

CSS del degradado de fondo Leather

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #a85f2e, #d89a6e, #f5c99e, #fbe2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #a85f2e, #d89a6e, #f5c99e, #fbe2b1);
}

Leather color palette created on .