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