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