Dark Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Vibes palette

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

Dark Vibes カラー パレット PNG 画像

Download dark vibes color palette PNG image (landscape)
Download dark vibes color palette PNG image (square)

Dark Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #2a2a3c;
}
.color-3 {
color: #4c2e56;
}
.color-4 {
color: #770e3d;
}
.color-5 {
color: #8d1c1c;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #2a2a3c;
--color-3: #4c2e56;
--color-4: #770e3d;
--color-5: #8d1c1c;
}

Dark Vibes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #2a2a3c, #4c2e56, #770e3d, #8d1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #2a2a3c, #4c2e56, #770e3d, #8d1c1c);
}

Dark Vibes color palette created on .