Water Zombie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Water Zombie palette

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

Water Zombie カラー パレット PNG 画像

Download water zombie color palette PNG image (landscape)
Download water zombie color palette PNG image (square)

Water Zombie カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d9e0;
}
.color-2 {
color: #4b9bb4;
}
.color-3 {
color: #1e7ea4;
}
.color-4 {
color: #1b4b69;
}
.color-5 {
color: #0f2e3e;
}

/* CSS Variables */
:root {
--color-1: #a3d9e0;
--color-2: #4b9bb4;
--color-3: #1e7ea4;
--color-4: #1b4b69;
--color-5: #0f2e3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d9e0, #4b9bb4, #1e7ea4, #1b4b69, #0f2e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d9e0, #4b9bb4, #1e7ea4, #1b4b69, #0f2e3e);
}

Water Zombie color palette created on .