Witcher's Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Witcher's Forest palette

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

Witcher's Forest カラー パレット PNG 画像

Download witcher's forest color palette PNG image (landscape)
Download witcher's forest color palette PNG image (square)

Witcher's Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #5b805d;
}
.color-2 {
color: #b2c2a8;
}
.color-3 {
color: #d9e2c5;
}
.color-4 {
color: #f9f5e6;
}
.color-5 {
color: #e0c6b2;
}

/* CSS Variables */
:root {
--color-1: #5b805d;
--color-2: #b2c2a8;
--color-3: #d9e2c5;
--color-4: #f9f5e6;
--color-5: #e0c6b2;
}

Witcher's Forest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b805d, #b2c2a8, #d9e2c5, #f9f5e6, #e0c6b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b805d, #b2c2a8, #d9e2c5, #f9f5e6, #e0c6b2);
}

Witcher's Forest color palette created on .