Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight palette

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

Twilight カラー パレット PNG 画像

Download twilight color palette PNG image (landscape)
Download twilight color palette PNG image (square)

Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #4d2f92;
}
.color-2 {
color: #6e4e8d;
}
.color-3 {
color: #d87064;
}
.color-4 {
color: #f5a729;
}
.color-5 {
color: #f3e4aa;
}

/* CSS Variables */
:root {
--color-1: #4d2f92;
--color-2: #6e4e8d;
--color-3: #d87064;
--color-4: #f5a729;
--color-5: #f3e4aa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d2f92, #6e4e8d, #d87064, #f5a729, #f3e4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d2f92, #6e4e8d, #d87064, #f5a729, #f3e4aa);
}

Twilight color palette created on .