Midnight Skys カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Skys palette

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

Midnight Skys カラー パレット PNG 画像

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

Midnight Skys カラーパレット CSS

/* CSS */
.color-1 {
color: #0b2041;
}
.color-2 {
color: #2b488c;
}
.color-3 {
color: #4c76d6;
}
.color-4 {
color: #88b2f7;
}
.color-5 {
color: #c2e0ff;
}

/* CSS Variables */
:root {
--color-1: #0b2041;
--color-2: #2b488c;
--color-3: #4c76d6;
--color-4: #88b2f7;
--color-5: #c2e0ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b2041, #2b488c, #4c76d6, #88b2f7, #c2e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b2041, #2b488c, #4c76d6, #88b2f7, #c2e0ff);
}

Midnight Skys color palette created on .