Void Kaiden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Void Kaiden palette

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

Void Kaiden カラー パレット PNG 画像

Download void kaiden color palette PNG image (landscape)
Download void kaiden color palette PNG image (square)

Void Kaiden カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1a2d;
}
.color-2 {
color: #3b334d;
}
.color-3 {
color: #796d9c;
}
.color-4 {
color: #a08cc0;
}
.color-5 {
color: #e6d0f6;
}

/* CSS Variables */
:root {
--color-1: #1e1a2d;
--color-2: #3b334d;
--color-3: #796d9c;
--color-4: #a08cc0;
--color-5: #e6d0f6;
}

Void Kaiden の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a2d, #3b334d, #796d9c, #a08cc0, #e6d0f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a2d, #3b334d, #796d9c, #a08cc0, #e6d0f6);
}

Void Kaiden color palette created on .