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