DARK BRIGHT カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with DARK BRIGHT palette

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

DARK BRIGHT カラー パレット PNG 画像

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

DARK BRIGHT カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #39395b;
}
.color-3 {
color: #5c5c8a;
}
.color-4 {
color: #a2a2c3;
}
.color-5 {
color: #f7f7f7;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #39395b;
--color-3: #5c5c8a;
--color-4: #a2a2c3;
--color-5: #f7f7f7;
}

DARK BRIGHT の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #39395b, #5c5c8a, #a2a2c3, #f7f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #39395b, #5c5c8a, #a2a2c3, #f7f7f7);
}

DARK BRIGHT color palette created on .