Midnight Starts カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Starts palette

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

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

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

Midnight Starts カラーパレット CSS

/* CSS */
.color-1 {
color: #1c2b4f;
}
.color-2 {
color: #3e4b79;
}
.color-3 {
color: #5b6b9f;
}
.color-4 {
color: #8b9dc6;
}
.color-5 {
color: #d1e0f0;
}

/* CSS Variables */
:root {
--color-1: #1c2b4f;
--color-2: #3e4b79;
--color-3: #5b6b9f;
--color-4: #8b9dc6;
--color-5: #d1e0f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b4f, #3e4b79, #5b6b9f, #8b9dc6, #d1e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b4f, #3e4b79, #5b6b9f, #8b9dc6, #d1e0f0);
}

Midnight Starts color palette created on .