The Endless Hunger カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with The Endless Hunger palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
The Endless Hunger カラーパレット (PNG) をダウンロード
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 .