Whispers of Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dusk palette

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

Whispers of Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #d3b85f;
}
.color-2 {
color: #65a5cd;
}
.color-3 {
color: #b85847;
}
.color-4 {
color: #236daf;
}
.color-5 {
color: #523b54;
}

/* CSS Variables */
:root {
--color-1: #d3b85f;
--color-2: #65a5cd;
--color-3: #b85847;
--color-4: #236daf;
--color-5: #523b54;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b85f, #65a5cd, #b85847, #236daf, #523b54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b85f, #65a5cd, #b85847, #236daf, #523b54);
}

似たようなカラーパレット

Whispers of Dusk color palette created on .