Earthy Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Green palette

このパレットを共有する先:

Earthy Green カラーパレット (PNG) をダウンロード

Download earthy green color palette PNG image (landscape)
Download earthy green color palette PNG image (square)

Earthy Green カラーパレット CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #c6c8a7;
}
.color-4 {
color: #8daa91;
}
.color-5 {
color: #a3d55d;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #a85f2e;
--color-3: #c6c8a7;
--color-4: #8daa91;
--color-5: #a3d55d;
}

Earthy Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #a85f2e, #c6c8a7, #8daa91, #a3d55d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #a85f2e, #c6c8a7, #8daa91, #a3d55d);
}

Earthy Green color palette created on .