Paleta de colores Shades of Iron

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Iron palette

Compartir esta paleta en:

Descargar la paleta de colores Shades of Iron (PNG)

Download shades of iron color palette PNG image (landscape)
Download shades of iron color palette PNG image (square)

CSS de la paleta de colores Shades of Iron

/* CSS */
.color-1 {
color: #afb3b6;
}
.color-2 {
color: #7d7e82;
}
.color-3 {
color: #5c5d61;
}
.color-4 {
color: #3b3d3f;
}
.color-5 {
color: #1b1c1d;
}

/* CSS Variables */
:root {
--color-1: #afb3b6;
--color-2: #7d7e82;
--color-3: #5c5d61;
--color-4: #3b3d3f;
--color-5: #1b1c1d;
}

CSS del degradado de fondo Shades of Iron

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb3b6, #7d7e82, #5c5d61, #3b3d3f, #1b1c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb3b6, #7d7e82, #5c5d61, #3b3d3f, #1b1c1d);
}

Shades of Iron color palette created on .