Whispers of Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dusk palette

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

Whispers of Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #b8a993;
}
.color-2 {
color: #796553;
}
.color-3 {
color: #3b3835;
}
.color-4 {
color: #292523;
}
.color-5 {
color: #1d1c1b;
}

/* CSS Variables */
:root {
--color-1: #b8a993;
--color-2: #796553;
--color-3: #3b3835;
--color-4: #292523;
--color-5: #1d1c1b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8a993, #796553, #3b3835, #292523, #1d1c1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8a993, #796553, #3b3835, #292523, #1d1c1b);
}

Whispers of Dusk color palette created on .