Twilight Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Dreams palette

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

Twilight Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #202060;
}
.color-2 {
color: #4b3e8e;
}
.color-3 {
color: #785ab5;
}
.color-4 {
color: #b06db0;
}
.color-5 {
color: #e8a1d7;
}

/* CSS Variables */
:root {
--color-1: #202060;
--color-2: #4b3e8e;
--color-3: #785ab5;
--color-4: #b06db0;
--color-5: #e8a1d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #202060, #4b3e8e, #785ab5, #b06db0, #e8a1d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #202060, #4b3e8e, #785ab5, #b06db0, #e8a1d7);
}

Twilight Dreams color palette created on .