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