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