Indigo Night Sky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Indigo Night Sky palette

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

Indigo Night Sky カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1f4c;
}
.color-2 {
color: #4b5d8b;
}
.color-3 {
color: #6c809d;
}
.color-4 {
color: #b1c5e7;
}
.color-5 {
color: #f2f4f8;
}

/* CSS Variables */
:root {
--color-1: #1a1f4c;
--color-2: #4b5d8b;
--color-3: #6c809d;
--color-4: #b1c5e7;
--color-5: #f2f4f8;
}

Indigo Night Sky の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f4c, #4b5d8b, #6c809d, #b1c5e7, #f2f4f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f4c, #4b5d8b, #6c809d, #b1c5e7, #f2f4f8);
}

Indigo Night Sky color palette created on .