Paleta de colores Midnight Treats
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Treats palette
Descargar la paleta de colores Midnight Treats (PNG)
CSS de la paleta de colores Midnight Treats
/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #3e498e;
}
.color-3 {
color: #647baf;
}
.color-4 {
color: #9ab2e0;
}
.color-5 {
color: #f0c4b2;
}
/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #3e498e;
--color-3: #647baf;
--color-4: #9ab2e0;
--color-5: #f0c4b2;
}
CSS del degradado de fondo Midnight Treats
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #3e498e, #647baf, #9ab2e0, #f0c4b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #3e498e, #647baf, #9ab2e0, #f0c4b2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Azul
Midnight Treats color palette created on .