Whispers of Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

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

Whispers of Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #3b2a4c;
}
.color-2 {
color: #5a4a8c;
}
.color-3 {
color: #8c609f;
}
.color-4 {
color: #c68bba;
}
.color-5 {
color: #f2bad9;
}

/* CSS Variables */
:root {
--color-1: #3b2a4c;
--color-2: #5a4a8c;
--color-3: #8c609f;
--color-4: #c68bba;
--color-5: #f2bad9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a4c, #5a4a8c, #8c609f, #c68bba, #f2bad9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a4c, #5a4a8c, #8c609f, #c68bba, #f2bad9);
}

Whispers of Twilight color palette created on .