Paleta de colores Muted Steel Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Muted Steel Serenity palette
CSS de la paleta de colores Muted Steel Serenity
/* CSS */
.color-1 {
color: #3c5b7c;
}
.color-2 {
color: #638897;
}
.color-3 {
color: #85acb2;
}
.color-4 {
color: #a9c5d1;
}
.color-5 {
color: #c2dde0;
}
/* CSS Variables */
:root {
--color-1: #3c5b7c;
--color-2: #638897;
--color-3: #85acb2;
--color-4: #a9c5d1;
--color-5: #c2dde0;
}
CSS del degradado de fondo Muted Steel Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5b7c, #638897, #85acb2, #a9c5d1, #c2dde0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5b7c, #638897, #85acb2, #a9c5d1, #c2dde0);
}
Paletas de colores similares
Muted Steel Serenity color palette created on .