Paleta de colores Underworld
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Underworld palette
CSS de la paleta de colores Underworld
/* CSS */
.color-1 {
color: #1b2a69;
}
.color-2 {
color: #3c4d8b;
}
.color-3 {
color: #5c74b2;
}
.color-4 {
color: #a2b1d2;
}
.color-5 {
color: #e1e4f4;
}
/* CSS Variables */
:root {
--color-1: #1b2a69;
--color-2: #3c4d8b;
--color-3: #5c74b2;
--color-4: #a2b1d2;
--color-5: #e1e4f4;
}
CSS del degradado de fondo Underworld
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a69, #3c4d8b, #5c74b2, #a2b1d2, #e1e4f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a69, #3c4d8b, #5c74b2, #a2b1d2, #e1e4f4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Oscuro
Underworld color palette created on .