Paleta de colores Steel Sword

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Steel Sword palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Steel Sword

Download steel sword color palette PNG image (landscape)
Download steel sword color palette PNG image (square)

CSS de la paleta de colores Steel Sword

/* CSS */
.color-1 {
color: #7d828c;
}
.color-2 {
color: #5a6268;
}
.color-3 {
color: #424748;
}
.color-4 {
color: #c9cdcf;
}
.color-5 {
color: #e2e4e2;
}

/* CSS Variables */
:root {
--color-1: #7d828c;
--color-2: #5a6268;
--color-3: #424748;
--color-4: #c9cdcf;
--color-5: #e2e4e2;
}

CSS del degradado de fondo Steel Sword

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d828c, #5a6268, #424748, #c9cdcf, #e2e4e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d828c, #5a6268, #424748, #c9cdcf, #e2e4e2);
}

Steel Sword color palette created on .