The Endless Hunger カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with The Endless Hunger palette

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

The Endless Hunger カラー パレット PNG 画像

Download the endless hunger color palette PNG image (landscape)
Download the endless hunger color palette PNG image (square)

The Endless Hunger カラーパレット CSS

/* CSS */
.color-1 {
color: #700900;
}
.color-2 {
color: #803300;
}
.color-3 {
color: #855200;
}
.color-4 {
color: #003c52;
}
.color-5 {
color: #002633;
}

/* CSS Variables */
:root {
--color-1: #700900;
--color-2: #803300;
--color-3: #855200;
--color-4: #003c52;
--color-5: #002633;
}

The Endless Hunger の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #700900, #803300, #855200, #003c52, #002633);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #700900, #803300, #855200, #003c52, #002633);
}

The Endless Hunger color palette created on .