Twilight Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Whispers palette

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

Twilight Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #cbc0ce;
}
.color-2 {
color: #857387;
}
.color-3 {
color: #47383e;
}
.color-4 {
color: #242838;
}
.color-5 {
color: #312124;
}

/* CSS Variables */
:root {
--color-1: #cbc0ce;
--color-2: #857387;
--color-3: #47383e;
--color-4: #242838;
--color-5: #312124;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cbc0ce, #857387, #47383e, #242838, #312124);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cbc0ce, #857387, #47383e, #242838, #312124);
}

Twilight Whispers color palette created on .