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