Paleta de colores Wood and Iron

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wood and Iron palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Wood and Iron

Download wood and iron color palette PNG image (landscape)
Download wood and iron color palette PNG image (square)

CSS de la paleta de colores Wood and Iron

/* CSS */
.color-1 {
color: #4d4038;
}
.color-2 {
color: #786559;
}
.color-3 {
color: #9a8879;
}
.color-4 {
color: #837067;
}
.color-5 {
color: #2b2421;
}

/* CSS Variables */
:root {
--color-1: #4d4038;
--color-2: #786559;
--color-3: #9a8879;
--color-4: #837067;
--color-5: #2b2421;
}

CSS del degradado de fondo Wood and Iron

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d4038, #786559, #9a8879, #837067, #2b2421);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d4038, #786559, #9a8879, #837067, #2b2421);
}

Wood and Iron color palette created on .