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