Whispers of Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

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

Whispers of Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #e5c89e;
}
.color-2 {
color: #7d7d7d;
}
.color-3 {
color: #b19bd9;
}
.color-4 {
color: #f5d6e4;
}
.color-5 {
color: #f9e2be;
}

/* CSS Variables */
:root {
--color-1: #e5c89e;
--color-2: #7d7d7d;
--color-3: #b19bd9;
--color-4: #f5d6e4;
--color-5: #f9e2be;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c89e, #7d7d7d, #b19bd9, #f5d6e4, #f9e2be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c89e, #7d7d7d, #b19bd9, #f5d6e4, #f9e2be);
}

Whispers of Twilight color palette created on .