Whispers of Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dusk palette

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

Whispers of Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #ddebf8;
}
.color-2 {
color: #c5c6c9;
}
.color-3 {
color: #c6ba9f;
}
.color-4 {
color: #bdaf70;
}
.color-5 {
color: #9b9da6;
}

/* CSS Variables */
:root {
--color-1: #ddebf8;
--color-2: #c5c6c9;
--color-3: #c6ba9f;
--color-4: #bdaf70;
--color-5: #9b9da6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddebf8, #c5c6c9, #c6ba9f, #bdaf70, #9b9da6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddebf8, #c5c6c9, #c6ba9f, #bdaf70, #9b9da6);
}

Whispers of Dusk color palette created on .