Rage/Hope カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rage/Hope palette

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

Rage/Hope カラー パレット PNG 画像

Download rage/hope color palette PNG image (landscape)
Download rage/hope color palette PNG image (square)

Rage/Hope カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #f3e65e;
}
.color-5 {
color: #8bc34b;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #f05a28;
--color-3: #ffb84d;
--color-4: #f3e65e;
--color-5: #8bc34b;
}

Rage/Hope の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #f05a28, #ffb84d, #f3e65e, #8bc34b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #f05a28, #ffb84d, #f3e65e, #8bc34b);
}

Rage/Hope color palette created on .