Despair カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Despair palette

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

Despair カラー パレット PNG 画像

Download despair color palette PNG image (landscape)
Download despair color palette PNG image (square)

Despair カラーパレット CSS

/* CSS */
.color-1 {
color: #2b0f3e;
}
.color-2 {
color: #533d6c;
}
.color-3 {
color: #8e5d8c;
}
.color-4 {
color: #d09e58;
}
.color-5 {
color: #e76a4b;
}

/* CSS Variables */
:root {
--color-1: #2b0f3e;
--color-2: #533d6c;
--color-3: #8e5d8c;
--color-4: #d09e58;
--color-5: #e76a4b;
}

Despair の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b0f3e, #533d6c, #8e5d8c, #d09e58, #e76a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b0f3e, #533d6c, #8e5d8c, #d09e58, #e76a4b);
}

Despair color palette created on .