Twilight Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Whispers palette

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

Twilight Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #c1b7c8;
}
.color-2 {
color: #a79cbf;
}
.color-3 {
color: #a47f9d;
}
.color-4 {
color: #9c6d81;
}
.color-5 {
color: #7c4b6e;
}

/* CSS Variables */
:root {
--color-1: #c1b7c8;
--color-2: #a79cbf;
--color-3: #a47f9d;
--color-4: #9c6d81;
--color-5: #7c4b6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1b7c8, #a79cbf, #a47f9d, #9c6d81, #7c4b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1b7c8, #a79cbf, #a47f9d, #9c6d81, #7c4b6e);
}

Twilight Whispers color palette created on .