Loading...

Mystic Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Twilight palette

Share this palette to:

Download Mystic Twilight Color Palette (PNG)

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

Mystic Twilight color palette 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 background gradient 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 .