Midnight Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Dreams palette

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

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

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

Midnight Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #3d293d;
}
.color-2 {
color: #5f4c67;
}
.color-3 {
color: #7b809d;
}
.color-4 {
color: #b0c1d9;
}
.color-5 {
color: #d8e4e0;
}

/* CSS Variables */
:root {
--color-1: #3d293d;
--color-2: #5f4c67;
--color-3: #7b809d;
--color-4: #b0c1d9;
--color-5: #d8e4e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d293d, #5f4c67, #7b809d, #b0c1d9, #d8e4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d293d, #5f4c67, #7b809d, #b0c1d9, #d8e4e0);
}

Midnight Dreams color palette created on .