Loading...

Mystic Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Twilight palette

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

Mystic Twilight カラーパレット (PNG) をダウンロード

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

Mystic Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #0e013c;
}
.color-2 {
color: #1a066a;
}
.color-3 {
color: #400778;
}
.color-4 {
color: #6a077d;
}
.color-5 {
color: #720788;
}

/* CSS Variables */
:root {
--color-1: #0e013c;
--color-2: #1a066a;
--color-3: #400778;
--color-4: #6a077d;
--color-5: #720788;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e013c, #1a066a, #400778, #6a077d, #720788);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e013c, #1a066a, #400778, #6a077d, #720788);
}

Mystic Twilight color palette created on .