Shades of Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Twilight palette

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

Shades of Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #121212;
}
.color-2 {
color: #1a1a1a;
}
.color-3 {
color: #4d4d4d;
}
.color-4 {
color: #808080;
}
.color-5 {
color: #b3b3b3;
}

/* CSS Variables */
:root {
--color-1: #121212;
--color-2: #1a1a1a;
--color-3: #4d4d4d;
--color-4: #808080;
--color-5: #b3b3b3;
}

Shades of Twilight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #121212, #1a1a1a, #4d4d4d, #808080, #b3b3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #121212, #1a1a1a, #4d4d4d, #808080, #b3b3b3);
}

Shades of Twilight color palette created on .