Twilight Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Whispers palette

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

Twilight Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #3b2e5c;
}
.color-2 {
color: #7b6d97;
}
.color-3 {
color: #a58fae;
}
.color-4 {
color: #d4b9d0;
}
.color-5 {
color: #f2d7b0;
}

/* CSS Variables */
:root {
--color-1: #3b2e5c;
--color-2: #7b6d97;
--color-3: #a58fae;
--color-4: #d4b9d0;
--color-5: #f2d7b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2e5c, #7b6d97, #a58fae, #d4b9d0, #f2d7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2e5c, #7b6d97, #a58fae, #d4b9d0, #f2d7b0);
}

Twilight Whispers color palette created on .