Vintage Home カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vintage Home palette

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

Vintage Home カラーパレット CSS

/* CSS */
.color-1 {
color: #905e27;
}
.color-2 {
color: #c89f6a;
}
.color-3 {
color: #e6dab2;
}
.color-4 {
color: #a2bc9f;
}
.color-5 {
color: #552b2b;
}

/* CSS Variables */
:root {
--color-1: #905e27;
--color-2: #c89f6a;
--color-3: #e6dab2;
--color-4: #a2bc9f;
--color-5: #552b2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #905e27, #c89f6a, #e6dab2, #a2bc9f, #552b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #905e27, #c89f6a, #e6dab2, #a2bc9f, #552b2b);
}

Vintage Home color palette created on .