Green Beige Grey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Beige Grey palette

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

Green Beige Grey カラー パレット PNG 画像

Download green beige grey color palette PNG image (landscape)
Download green beige grey color palette PNG image (square)

Green Beige Grey カラーパレット CSS

/* CSS */
.color-1 {
color: #d2c6a7;
}
.color-2 {
color: #a8baa1;
}
.color-3 {
color: #8a998b;
}
.color-4 {
color: #4f6c78;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #d2c6a7;
--color-2: #a8baa1;
--color-3: #8a998b;
--color-4: #4f6c78;
--color-5: #2b3d50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c6a7, #a8baa1, #8a998b, #4f6c78, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c6a7, #a8baa1, #8a998b, #4f6c78, #2b3d50);
}

Green Beige Grey color palette created on .