Deimos Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deimos Green palette

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

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

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

Deimos Green カラーパレット CSS

/* CSS */
.color-1 {
color: #3e5030;
}
.color-2 {
color: #597354;
}
.color-3 {
color: #7c9461;
}
.color-4 {
color: #acc78f;
}
.color-5 {
color: #cbe5bd;
}

/* CSS Variables */
:root {
--color-1: #3e5030;
--color-2: #597354;
--color-3: #7c9461;
--color-4: #acc78f;
--color-5: #cbe5bd;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5030, #597354, #7c9461, #acc78f, #cbe5bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5030, #597354, #7c9461, #acc78f, #cbe5bd);
}

Deimos Green color palette created on .