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