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: #1f2942;
}
.color-2 {
color: #3a4c73;
}
.color-3 {
color: #5b7e9a;
}
.color-4 {
color: #89b4d2;
}
.color-5 {
color: #b4dae9;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #3a4c73;
--color-3: #5b7e9a;
--color-4: #89b4d2;
--color-5: #b4dae9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #3a4c73, #5b7e9a, #89b4d2, #b4dae9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #3a4c73, #5b7e9a, #89b4d2, #b4dae9);
}

Wolf color palette created on .