Whispers of Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dusk palette

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

Whispers of Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #dbc5c2;
}
.color-2 {
color: #73708f;
}
.color-3 {
color: #724f4f;
}
.color-4 {
color: #334561;
}
.color-5 {
color: #3c2024;
}

/* CSS Variables */
:root {
--color-1: #dbc5c2;
--color-2: #73708f;
--color-3: #724f4f;
--color-4: #334561;
--color-5: #3c2024;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbc5c2, #73708f, #724f4f, #334561, #3c2024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbc5c2, #73708f, #724f4f, #334561, #3c2024);
}

Whispers of Dusk color palette created on .