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