Mystic Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Forest palette

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

Mystic Forest カラーパレット (PNG) をダウンロード

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

Mystic Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #053333;
}
.color-2 {
color: #26080e;
}
.color-3 {
color: #49491d;
}
.color-4 {
color: #130b06;
}
.color-5 {
color: #671332;
}

/* CSS Variables */
:root {
--color-1: #053333;
--color-2: #26080e;
--color-3: #49491d;
--color-4: #130b06;
--color-5: #671332;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #053333, #26080e, #49491d, #130b06, #671332);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #053333, #26080e, #49491d, #130b06, #671332);
}

Mystic Forest color palette created on .