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: #090606;
}
.color-2 {
color: #3c102a;
}
.color-3 {
color: #1d6595;
}
.color-4 {
color: #423814;
}
.color-5 {
color: #1e0a13;
}

/* CSS Variables */
:root {
--color-1: #090606;
--color-2: #3c102a;
--color-3: #1d6595;
--color-4: #423814;
--color-5: #1e0a13;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #090606, #3c102a, #1d6595, #423814, #1e0a13);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #090606, #3c102a, #1d6595, #423814, #1e0a13);
}

Mystic Forest color palette created on .