Ethereal Indigo Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Indigo Glow palette

Condividi questa palette a:

tavolozza dei colori Ethereal Indigo Glow 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;
}

CSS con gradiente di sfondo 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);
}

Ethereal Indigo Glow color palette created on .