Paleta de colores Midnight Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Serenity palette
CSS de la paleta de colores Midnight Serenity
/* CSS */
.color-1 {
color: #05166b;
}
.color-2 {
color: #1e2876;
}
.color-3 {
color: #4b5b9b;
}
.color-4 {
color: #a1c4e2;
}
.color-5 {
color: #f1f8f4;
}
/* CSS Variables */
:root {
--color-1: #05166b;
--color-2: #1e2876;
--color-3: #4b5b9b;
--color-4: #a1c4e2;
--color-5: #f1f8f4;
}
CSS del degradado de fondo Midnight Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #05166b, #1e2876, #4b5b9b, #a1c4e2, #f1f8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #05166b, #1e2876, #4b5b9b, #a1c4e2, #f1f8f4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Azul
Midnight Serenity color palette created on .