Desert Greenery カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Greenery palette

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

Desert Greenery カラー パレット PNG 画像

Download desert greenery color palette PNG image (landscape)
Download desert greenery color palette PNG image (square)

Desert Greenery カラーパレット CSS

/* CSS */
.color-1 {
color: #a0d69f;
}
.color-2 {
color: #b5daa0;
}
.color-3 {
color: #d1a052;
}
.color-4 {
color: #e86f4a;
}
.color-5 {
color: #a34d3e;
}

/* CSS Variables */
:root {
--color-1: #a0d69f;
--color-2: #b5daa0;
--color-3: #d1a052;
--color-4: #e86f4a;
--color-5: #a34d3e;
}

Desert Greenery の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0d69f, #b5daa0, #d1a052, #e86f4a, #a34d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0d69f, #b5daa0, #d1a052, #e86f4a, #a34d3e);
}

Desert Greenery color palette created on .