Twilight Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Reverie palette

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

Twilight Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3d66;
}
.color-2 {
color: #806c9d;
}
.color-3 {
color: #b7a2c3;
}
.color-4 {
color: #f4dfc3;
}
.color-5 {
color: #f4b943;
}

/* CSS Variables */
:root {
--color-1: #4b3d66;
--color-2: #806c9d;
--color-3: #b7a2c3;
--color-4: #f4dfc3;
--color-5: #f4b943;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d66, #806c9d, #b7a2c3, #f4dfc3, #f4b943);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d66, #806c9d, #b7a2c3, #f4dfc3, #f4b943);
}

Twilight Reverie color palette created on .