Paleta de colores Steel Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Steel Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Steel Serenity

/* CSS */
.color-1 {
color: #1c1e21;
}
.color-2 {
color: #3b4044;
}
.color-3 {
color: #5d6369;
}
.color-4 {
color: #8a979e;
}
.color-5 {
color: #b0c3c9;
}

/* CSS Variables */
:root {
--color-1: #1c1e21;
--color-2: #3b4044;
--color-3: #5d6369;
--color-4: #8a979e;
--color-5: #b0c3c9;
}

CSS del degradado de fondo Steel Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e21, #3b4044, #5d6369, #8a979e, #b0c3c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e21, #3b4044, #5d6369, #8a979e, #b0c3c9);
}

Steel Serenity color palette created on .