Brown Vintage カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown Vintage palette
Brown Vintage カラーパレット CSS
/* CSS */
.color-1 {
color: #c19b6c;
}
.color-2 {
color: #9f512d;
}
.color-3 {
color: #8b4513;
}
.color-4 {
color: #d2691e;
}
.color-5 {
color: #f4a662;
}
/* CSS Variables */
:root {
--color-1: #c19b6c;
--color-2: #9f512d;
--color-3: #8b4513;
--color-4: #d2691e;
--color-5: #f4a662;
}
Brown Vintage の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c19b6c, #9f512d, #8b4513, #d2691e, #f4a662);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c19b6c, #9f512d, #8b4513, #d2691e, #f4a662);
}
似たようなカラーパレット
Brown Vintage color palette created on .