Vulture カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vulture palette

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

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

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

Vulture カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3b3a;
}
.color-2 {
color: #8c5a5a;
}
.color-3 {
color: #c3b1b1;
}
.color-4 {
color: #d7b45b;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #4b3b3a;
--color-2: #8c5a5a;
--color-3: #c3b1b1;
--color-4: #d7b45b;
--color-5: #f1c84b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3b3a, #8c5a5a, #c3b1b1, #d7b45b, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3b3a, #8c5a5a, #c3b1b1, #d7b45b, #f1c84b);
}

Vulture color palette created on .