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