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: #e5b06c;
}
.color-2 {
color: #c9a87e;
}
.color-3 {
color: #a79094;
}
.color-4 {
color: #6f7f9b;
}
.color-5 {
color: #3a5a78;
}

/* CSS Variables */
:root {
--color-1: #e5b06c;
--color-2: #c9a87e;
--color-3: #a79094;
--color-4: #6f7f9b;
--color-5: #3a5a78;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b06c, #c9a87e, #a79094, #6f7f9b, #3a5a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b06c, #c9a87e, #a79094, #6f7f9b, #3a5a78);
}

Vintage color palette created on .