Emerald Forest カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Emerald Forest palette
Emerald Forest カラー パレット PNG 画像
Emerald Forest カラーパレット CSS
/* CSS */
.color-1 {
color: #6e8c3b;
}
.color-2 {
color: #4c6b4e;
}
.color-3 {
color: #3b4b2f;
}
.color-4 {
color: #2d3a22;
}
.color-5 {
color: #7a9b6f;
}
/* CSS Variables */
:root {
--color-1: #6e8c3b;
--color-2: #4c6b4e;
--color-3: #3b4b2f;
--color-4: #2d3a22;
--color-5: #7a9b6f;
}
Emerald Forest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e8c3b, #4c6b4e, #3b4b2f, #2d3a22, #7a9b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e8c3b, #4c6b4e, #3b4b2f, #2d3a22, #7a9b6f);
}
似たようなカラーパレット
Emerald Forest color palette created on .