Paleta de colores Steel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Steel palette

Compartir esta paleta en:

CSS de la paleta de colores Steel

/* CSS */
.color-1 {
color: #4b5563;
}
.color-2 {
color: #7b8b9d;
}
.color-3 {
color: #a9b3c1;
}
.color-4 {
color: #bfc3cf;
}
.color-5 {
color: #d5d8e1;
}

/* CSS Variables */
:root {
--color-1: #4b5563;
--color-2: #7b8b9d;
--color-3: #a9b3c1;
--color-4: #bfc3cf;
--color-5: #d5d8e1;
}

CSS del degradado de fondo Steel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5563, #7b8b9d, #a9b3c1, #bfc3cf, #d5d8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5563, #7b8b9d, #a9b3c1, #bfc3cf, #d5d8e1);
}

Steel color palette created on .