Paleta de colores Celestial Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Shadows palette
Descargar la paleta de colores Celestial Shadows (PNG)
CSS de la paleta de colores Celestial Shadows
/* CSS */
.color-1 {
color: #3a1c6d;
}
.color-2 {
color: #5b3c8b;
}
.color-3 {
color: #7d5aaf;
}
.color-4 {
color: #a68adb;
}
.color-5 {
color: #d7c7e5;
}
/* CSS Variables */
:root {
--color-1: #3a1c6d;
--color-2: #5b3c8b;
--color-3: #7d5aaf;
--color-4: #a68adb;
--color-5: #d7c7e5;
}
CSS del degradado de fondo Celestial Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a1c6d, #5b3c8b, #7d5aaf, #a68adb, #d7c7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a1c6d, #5b3c8b, #7d5aaf, #a68adb, #d7c7e5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 40+ paletas de colores Profundo
Celestial Shadows color palette created on .