Whispers of Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dusk palette

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

Whispers of Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #9b959d;
}
.color-2 {
color: #596b78;
}
.color-3 {
color: #653b34;
}
.color-4 {
color: #3a485a;
}
.color-5 {
color: #2e333e;
}

/* CSS Variables */
:root {
--color-1: #9b959d;
--color-2: #596b78;
--color-3: #653b34;
--color-4: #3a485a;
--color-5: #2e333e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b959d, #596b78, #653b34, #3a485a, #2e333e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b959d, #596b78, #653b34, #3a485a, #2e333e);
}

Whispers of Dusk color palette created on .