Mysterious Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mysterious Forest palette

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

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

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

Mysterious Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #344640;
}
.color-2 {
color: #57706a;
}
.color-3 {
color: #8ab29e;
}
.color-4 {
color: #c4d9c9;
}
.color-5 {
color: #f2f4ec;
}

/* CSS Variables */
:root {
--color-1: #344640;
--color-2: #57706a;
--color-3: #8ab29e;
--color-4: #c4d9c9;
--color-5: #f2f4ec;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #344640, #57706a, #8ab29e, #c4d9c9, #f2f4ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #344640, #57706a, #8ab29e, #c4d9c9, #f2f4ec);
}

Mysterious Forest color palette created on .