Paleta de colores Midnight Earth Symphony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Earth Symphony palette
CSS de la paleta de colores Midnight Earth Symphony
/* CSS */
.color-1 {
color: #c7bc8f;
}
.color-2 {
color: #5e3e31;
}
.color-3 {
color: #3d201f;
}
.color-4 {
color: #132849;
}
.color-5 {
color: #0e1225;
}
/* CSS Variables */
:root {
--color-1: #c7bc8f;
--color-2: #5e3e31;
--color-3: #3d201f;
--color-4: #132849;
--color-5: #0e1225;
}
CSS del degradado de fondo Midnight Earth Symphony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7bc8f, #5e3e31, #3d201f, #132849, #0e1225);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7bc8f, #5e3e31, #3d201f, #132849, #0e1225);
}
Paletas de colores similares
Midnight Earth Symphony color palette created on .