Paleta de colores Ethereal Indigo Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Indigo Glow palette
CSS de la paleta de colores Ethereal Indigo Glow
/* CSS */
.color-1 {
color: #3f4b92;
}
.color-2 {
color: #5868b6;
}
.color-3 {
color: #899ad2;
}
.color-4 {
color: #aec2e0;
}
.color-5 {
color: #dfe7f1;
}
/* CSS Variables */
:root {
--color-1: #3f4b92;
--color-2: #5868b6;
--color-3: #899ad2;
--color-4: #aec2e0;
--color-5: #dfe7f1;
}
CSS del degradado de fondo Ethereal Indigo Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f4b92, #5868b6, #899ad2, #aec2e0, #dfe7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f4b92, #5868b6, #899ad2, #aec2e0, #dfe7f1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Azul
Ethereal Indigo Glow color palette created on .