Loading...

Midnight Sky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Sky palette

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

Midnight Sky カラーパレット (PNG) をダウンロード

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

Midnight Sky カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #698bba;
}
.color-3 {
color: #9fb4c6;
}
.color-4 {
color: #4ab3e8;
}
.color-5 {
color: #7e9db4;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #698bba;
--color-3: #9fb4c6;
--color-4: #4ab3e8;
--color-5: #7e9db4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #698bba, #9fb4c6, #4ab3e8, #7e9db4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #698bba, #9fb4c6, #4ab3e8, #7e9db4);
}

Midnight Sky color palette created on .