Midnight Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Forest palette

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

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

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

Midnight Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #2b5e4c;
}
.color-3 {
color: #007f80;
}
.color-4 {
color: #4a4a4a;
}
.color-5 {
color: #6f4c3e;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #2b5e4c;
--color-3: #007f80;
--color-4: #4a4a4a;
--color-5: #6f4c3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #2b5e4c, #007f80, #4a4a4a, #6f4c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #2b5e4c, #007f80, #4a4a4a, #6f4c3e);
}

Midnight Forest color palette created on .