Wendigo カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wendigo palette

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

Wendigo カラーパレット CSS

/* CSS */
.color-1 {
color: #403f3a;
}
.color-2 {
color: #36352b;
}
.color-3 {
color: #56382e;
}
.color-4 {
color: #4f2d27;
}
.color-5 {
color: #15150e;
}

/* CSS Variables */
:root {
--color-1: #403f3a;
--color-2: #36352b;
--color-3: #56382e;
--color-4: #4f2d27;
--color-5: #15150e;
}

Wendigo の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403f3a, #36352b, #56382e, #4f2d27, #15150e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403f3a, #36352b, #56382e, #4f2d27, #15150e);
}

Wendigo color palette created on .