Mystic Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Forest palette

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

Mystic Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #31193e;
}
.color-2 {
color: #06dbb0;
}
.color-3 {
color: #22686d;
}
.color-4 {
color: #360c36;
}
.color-5 {
color: #301c3f;
}

/* CSS Variables */
:root {
--color-1: #31193e;
--color-2: #06dbb0;
--color-3: #22686d;
--color-4: #360c36;
--color-5: #301c3f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #31193e, #06dbb0, #22686d, #360c36, #301c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #31193e, #06dbb0, #22686d, #360c36, #301c3f);
}

Mystic Forest color palette created on .