Paleta de colores Midnight Cat
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Cat palette
Imagen PNG de la paleta de colores Midnight Cat
CSS de la paleta de colores Midnight Cat
/* CSS */
.color-1 {
color: #121226;
}
.color-2 {
color: #21213b;
}
.color-3 {
color: #363659;
}
.color-4 {
color: #505077;
}
.color-5 {
color: #6868a6;
}
/* CSS Variables */
:root {
--color-1: #121226;
--color-2: #21213b;
--color-3: #363659;
--color-4: #505077;
--color-5: #6868a6;
}
CSS del degradado de fondo Midnight Cat
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #121226, #21213b, #363659, #505077, #6868a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #121226, #21213b, #363659, #505077, #6868a6);
}
Paletas de colores similares
Midnight Cat color palette created on .