Whispers of Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

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

Whispers of Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #592c39;
}
.color-2 {
color: #8b4b5e;
}
.color-3 {
color: #c77a8c;
}
.color-4 {
color: #e9b4c1;
}
.color-5 {
color: #f6d5e2;
}

/* CSS Variables */
:root {
--color-1: #592c39;
--color-2: #8b4b5e;
--color-3: #c77a8c;
--color-4: #e9b4c1;
--color-5: #f6d5e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592c39, #8b4b5e, #c77a8c, #e9b4c1, #f6d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592c39, #8b4b5e, #c77a8c, #e9b4c1, #f6d5e2);
}

Whispers of Twilight color palette created on .