Paleta de colores Celestial Abyss
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Abyss palette
Imagen PNG de la paleta de colores Celestial Abyss
CSS de la paleta de colores Celestial Abyss
/* CSS */
.color-1 {
color: #1c1c3f;
}
.color-2 {
color: #3c3c5d;
}
.color-3 {
color: #6d6d8d;
}
.color-4 {
color: #9a9ab6;
}
.color-5 {
color: #c4c4d9;
}
/* CSS Variables */
:root {
--color-1: #1c1c3f;
--color-2: #3c3c5d;
--color-3: #6d6d8d;
--color-4: #9a9ab6;
--color-5: #c4c4d9;
}
CSS del degradado de fondo Celestial Abyss
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3f, #3c3c5d, #6d6d8d, #9a9ab6, #c4c4d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3f, #3c3c5d, #6d6d8d, #9a9ab6, #c4c4d9);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Profundo
Celestial Abyss color palette created on .