Paleta de colores Midnight Connection
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Connection palette
CSS de la paleta de colores Midnight Connection
/* CSS */
.color-1 {
color: #1a1d2d;
}
.color-2 {
color: #3b3d4e;
}
.color-3 {
color: #4e5b79;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #e34e3b;
}
/* CSS Variables */
:root {
--color-1: #1a1d2d;
--color-2: #3b3d4e;
--color-3: #4e5b79;
--color-4: #f0a800;
--color-5: #e34e3b;
}
CSS del degradado de fondo Midnight Connection
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d2d, #3b3d4e, #4e5b79, #f0a800, #e34e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d2d, #3b3d4e, #4e5b79, #f0a800, #e34e3b);
}
Paletas de colores similares
Midnight Connection color palette created on .