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