Night Sky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Night Sky palette

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

Night Sky カラー パレット PNG 画像

Download night sky color palette PNG image (landscape)
Download night sky color palette PNG image (square)

Night Sky カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #2c3959;
}
.color-3 {
color: #3e4a74;
}
.color-4 {
color: #5b6e9f;
}
.color-5 {
color: #a9c2e0;
}

/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #2c3959;
--color-3: #3e4a74;
--color-4: #5b6e9f;
--color-5: #a9c2e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #2c3959, #3e4a74, #5b6e9f, #a9c2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #2c3959, #3e4a74, #5b6e9f, #a9c2e0);
}

Night Sky color palette created on .