Twilight Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Reverie palette

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

Twilight Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #b3c7e6;
}
.color-2 {
color: #9a78ab;
}
.color-3 {
color: #5b4c94;
}
.color-4 {
color: #4a2c6d;
}
.color-5 {
color: #2e1a47;
}

/* CSS Variables */
:root {
--color-1: #b3c7e6;
--color-2: #9a78ab;
--color-3: #5b4c94;
--color-4: #4a2c6d;
--color-5: #2e1a47;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c7e6, #9a78ab, #5b4c94, #4a2c6d, #2e1a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c7e6, #9a78ab, #5b4c94, #4a2c6d, #2e1a47);
}

Twilight Reverie color palette created on .