Earthy Elegance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Earthy Elegance palette
Earthy Elegance カラーパレット CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #7e5b4e;
}
.color-3 {
color: #a78c6c;
}
.color-4 {
color: #d1b69f;
}
.color-5 {
color: #e3c9b5;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #7e5b4e;
--color-3: #a78c6c;
--color-4: #d1b69f;
--color-5: #e3c9b5;
}
Earthy Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #7e5b4e, #a78c6c, #d1b69f, #e3c9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #7e5b4e, #a78c6c, #d1b69f, #e3c9b5);
}
似たようなカラーパレット
下にスクロールして300+個の茶色カラーパレットを探索しましょう
Earthy Elegance color palette created on .