Green Zombie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Zombie palette

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

Green Zombie カラーパレット CSS

/* CSS */
.color-1 {
color: #4f5d3c;
}
.color-2 {
color: #8ea55f;
}
.color-3 {
color: #b2cd7e;
}
.color-4 {
color: #f6e5d5;
}
.color-5 {
color: #d95d3a;
}

/* CSS Variables */
:root {
--color-1: #4f5d3c;
--color-2: #8ea55f;
--color-3: #b2cd7e;
--color-4: #f6e5d5;
--color-5: #d95d3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f5d3c, #8ea55f, #b2cd7e, #f6e5d5, #d95d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f5d3c, #8ea55f, #b2cd7e, #f6e5d5, #d95d3a);
}

Green Zombie color palette created on .