Whispers of Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dusk palette

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

Whispers of Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #e1a34c;
}
.color-2 {
color: #f5c68a;
}
.color-3 {
color: #f7e3a6;
}
.color-4 {
color: #f1b1c7;
}
.color-5 {
color: #d67a9c;
}

/* CSS Variables */
:root {
--color-1: #e1a34c;
--color-2: #f5c68a;
--color-3: #f7e3a6;
--color-4: #f1b1c7;
--color-5: #d67a9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1a34c, #f5c68a, #f7e3a6, #f1b1c7, #d67a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1a34c, #f5c68a, #f7e3a6, #f1b1c7, #d67a9c);
}

Whispers of Dusk color palette created on .