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