Paleta de colores Midnight Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Dreams palette
Imagen PNG de la paleta de colores Midnight Dreams
CSS de la paleta de colores Midnight Dreams
/* CSS */
.color-1 {
color: #3d293d;
}
.color-2 {
color: #5f4c67;
}
.color-3 {
color: #7b809d;
}
.color-4 {
color: #b0c1d9;
}
.color-5 {
color: #d8e4e0;
}
/* CSS Variables */
:root {
--color-1: #3d293d;
--color-2: #5f4c67;
--color-3: #7b809d;
--color-4: #b0c1d9;
--color-5: #d8e4e0;
}
CSS del degradado de fondo Midnight Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d293d, #5f4c67, #7b809d, #b0c1d9, #d8e4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d293d, #5f4c67, #7b809d, #b0c1d9, #d8e4e0);
}
Paletas de colores similares
Midnight Dreams color palette created on .