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