Taiga Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Taiga Winter palette

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

Taiga Winter カラー パレット PNG 画像

Download taiga winter color palette PNG image (landscape)
Download taiga winter color palette PNG image (square)

Taiga Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #1f4d3c;
}
.color-2 {
color: #4b815e;
}
.color-3 {
color: #9fc6a3;
}
.color-4 {
color: #d0e7d0;
}
.color-5 {
color: #f5faf5;
}

/* CSS Variables */
:root {
--color-1: #1f4d3c;
--color-2: #4b815e;
--color-3: #9fc6a3;
--color-4: #d0e7d0;
--color-5: #f5faf5;
}

Taiga Winter の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4d3c, #4b815e, #9fc6a3, #d0e7d0, #f5faf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4d3c, #4b815e, #9fc6a3, #d0e7d0, #f5faf5);
}

Taiga Winter color palette created on .