Wolf カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wolf palette

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

Wolf カラーパレット (PNG) をダウンロード

Download wolf color palette PNG image (landscape)
Download wolf color palette PNG image (square)

Wolf カラーパレット CSS

/* CSS */
.color-1 {
color: #bdc4d1;
}
.color-2 {
color: #a0a3ba;
}
.color-3 {
color: #7e829a;
}
.color-4 {
color: #6e7587;
}
.color-5 {
color: #636674;
}

/* CSS Variables */
:root {
--color-1: #bdc4d1;
--color-2: #a0a3ba;
--color-3: #7e829a;
--color-4: #6e7587;
--color-5: #636674;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdc4d1, #a0a3ba, #7e829a, #6e7587, #636674);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdc4d1, #a0a3ba, #7e829a, #6e7587, #636674);
}

Wolf color palette created on .