Ethereal Indigo Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Indigo Glow palette
Ethereal Indigo Glow color palette CSS
/* 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;
}
Ethereal Indigo Glow background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 400+ Blue color palettes
Ethereal Indigo Glow color palette created on .