Neutral Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neutral Green palette

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

Neutral Green カラー パレット PNG 画像

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

Neutral Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a7b29f;
}
.color-2 {
color: #d4cfc4;
}
.color-3 {
color: #e7e2da;
}
.color-4 {
color: #f1e9e4;
}
.color-5 {
color: #f5f3f0;
}

/* CSS Variables */
:root {
--color-1: #a7b29f;
--color-2: #d4cfc4;
--color-3: #e7e2da;
--color-4: #f1e9e4;
--color-5: #f5f3f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b29f, #d4cfc4, #e7e2da, #f1e9e4, #f5f3f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b29f, #d4cfc4, #e7e2da, #f1e9e4, #f5f3f0);
}

Neutral Green color palette created on .