Despair カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Despair palette
Despair カラー パレット PNG 画像
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 .