Paleta de colores Eclipse of the Eldritch
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Eclipse of the Eldritch palette
CSS de la paleta de colores Eclipse of the Eldritch
/* CSS */
.color-1 {
color: #3d3b4e;
}
.color-2 {
color: #5b5a72;
}
.color-3 {
color: #707c99;
}
.color-4 {
color: #8eb4d7;
}
.color-5 {
color: #b6c9e2;
}
/* CSS Variables */
:root {
--color-1: #3d3b4e;
--color-2: #5b5a72;
--color-3: #707c99;
--color-4: #8eb4d7;
--color-5: #b6c9e2;
}
CSS del degradado de fondo Eclipse of the Eldritch
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d3b4e, #5b5a72, #707c99, #8eb4d7, #b6c9e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d3b4e, #5b5a72, #707c99, #8eb4d7, #b6c9e2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Oscuro
Eclipse of the Eldritch color palette created on .