Twilight Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Reverie palette

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

Twilight Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #404082;
}
.color-2 {
color: #5a4fcf;
}
.color-3 {
color: #707ce6;
}
.color-4 {
color: #8f9aff;
}
.color-5 {
color: #c7d9ff;
}

/* CSS Variables */
:root {
--color-1: #404082;
--color-2: #5a4fcf;
--color-3: #707ce6;
--color-4: #8f9aff;
--color-5: #c7d9ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #404082, #5a4fcf, #707ce6, #8f9aff, #c7d9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #404082, #5a4fcf, #707ce6, #8f9aff, #c7d9ff);
}

Twilight Reverie color palette created on .