Lunar Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lunar Twilight palette

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

Lunar Twilight カラー パレット PNG 画像

Download lunar twilight color palette PNG image (landscape)
Download lunar twilight color palette PNG image (square)

Lunar Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1f3f;
}
.color-2 {
color: #3d4e6c;
}
.color-3 {
color: #8a9ac1;
}
.color-4 {
color: #d1b3ff;
}
.color-5 {
color: #e566a2;
}

/* CSS Variables */
:root {
--color-1: #1c1f3f;
--color-2: #3d4e6c;
--color-3: #8a9ac1;
--color-4: #d1b3ff;
--color-5: #e566a2;
}

Lunar Twilight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3f, #3d4e6c, #8a9ac1, #d1b3ff, #e566a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3f, #3d4e6c, #8a9ac1, #d1b3ff, #e566a2);
}

Lunar Twilight color palette created on .