Twilight Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Dream palette

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

Twilight Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #211b65;
}
.color-2 {
color: #2e2a7e;
}
.color-3 {
color: #3a398e;
}
.color-4 {
color: #513e8e;
}
.color-5 {
color: #87508b;
}

/* CSS Variables */
:root {
--color-1: #211b65;
--color-2: #2e2a7e;
--color-3: #3a398e;
--color-4: #513e8e;
--color-5: #87508b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #211b65, #2e2a7e, #3a398e, #513e8e, #87508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #211b65, #2e2a7e, #3a398e, #513e8e, #87508b);
}

似たようなカラーパレット

Twilight Dream color palette created on .