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