Vintage Warmth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vintage Warmth palette

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

Vintage Warmth カラー パレット PNG 画像

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

Vintage Warmth カラーパレット CSS

/* CSS */
.color-1 {
color: #c7af99;
}
.color-2 {
color: #a78e6c;
}
.color-3 {
color: #7c5e4b;
}
.color-4 {
color: #a3503e;
}
.color-5 {
color: #d43d25;
}

/* CSS Variables */
:root {
--color-1: #c7af99;
--color-2: #a78e6c;
--color-3: #7c5e4b;
--color-4: #a3503e;
--color-5: #d43d25;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7af99, #a78e6c, #7c5e4b, #a3503e, #d43d25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7af99, #a78e6c, #7c5e4b, #a3503e, #d43d25);
}

Vintage Warmth color palette created on .