Magical Starry Night カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Magical Starry Night palette

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

Magical Starry Night カラー パレット PNG 画像

Download magical starry night color palette PNG image (landscape)
Download magical starry night color palette PNG image (square)

Magical Starry Night カラーパレット CSS

/* CSS */
.color-1 {
color: #1f2a7a;
}
.color-2 {
color: #496c9c;
}
.color-3 {
color: #8da4c8;
}
.color-4 {
color: #b7cae1;
}
.color-5 {
color: #f5f0e0;
}

/* CSS Variables */
:root {
--color-1: #1f2a7a;
--color-2: #496c9c;
--color-3: #8da4c8;
--color-4: #b7cae1;
--color-5: #f5f0e0;
}

Magical Starry Night の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2a7a, #496c9c, #8da4c8, #b7cae1, #f5f0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2a7a, #496c9c, #8da4c8, #b7cae1, #f5f0e0);
}

Magical Starry Night color palette created on .