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