Vintage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vintage palette

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

Vintage カラー パレット PNG 画像

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

Vintage カラーパレット CSS

/* CSS */
.color-1 {
color: #b77f5c;
}
.color-2 {
color: #eed4a0;
}
.color-3 {
color: #c3a4c6;
}
.color-4 {
color: #a98e75;
}
.color-5 {
color: #7f6a8a;
}

/* CSS Variables */
:root {
--color-1: #b77f5c;
--color-2: #eed4a0;
--color-3: #c3a4c6;
--color-4: #a98e75;
--color-5: #7f6a8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b77f5c, #eed4a0, #c3a4c6, #a98e75, #7f6a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b77f5c, #eed4a0, #c3a4c6, #a98e75, #7f6a8a);
}

Vintage color palette created on .