Whispers of Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

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

Whispers of Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d9d8d8;
}
.color-3 {
color: #b5b2b0;
}
.color-4 {
color: #87817d;
}
.color-5 {
color: #5d5751;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d9d8d8;
--color-3: #b5b2b0;
--color-4: #87817d;
--color-5: #5d5751;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d9d8d8, #b5b2b0, #87817d, #5d5751);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d9d8d8, #b5b2b0, #87817d, #5d5751);
}

Whispers of Twilight color palette created on .