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