Ethereal Indigo Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Indigo Glow palette

このパレットを共有する先:

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;
}

Ethereal Indigo Glow の背景のグラデーション 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);
}

Ethereal Indigo Glow color palette created on .