Twilight Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Reverie palette

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

Twilight Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #4c23e1;
}
.color-2 {
color: #a110da;
}
.color-3 {
color: #9a3de6;
}
.color-4 {
color: #ed82e4;
}
.color-5 {
color: #d9b9f3;
}

/* CSS Variables */
:root {
--color-1: #4c23e1;
--color-2: #a110da;
--color-3: #9a3de6;
--color-4: #ed82e4;
--color-5: #d9b9f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c23e1, #a110da, #9a3de6, #ed82e4, #d9b9f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c23e1, #a110da, #9a3de6, #ed82e4, #d9b9f3);
}

Twilight Reverie color palette created on .