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: #abadf2;
}
.color-2 {
color: #3b5451;
}
.color-3 {
color: #f5cff7;
}
.color-4 {
color: #6c6482;
}
.color-5 {
color: #4e5f6e;
}

/* CSS Variables */
:root {
--color-1: #abadf2;
--color-2: #3b5451;
--color-3: #f5cff7;
--color-4: #6c6482;
--color-5: #4e5f6e;
}

Mystic Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abadf2, #3b5451, #f5cff7, #6c6482, #4e5f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abadf2, #3b5451, #f5cff7, #6c6482, #4e5f6e);
}

Similar color palettes

Mystic Twilight color palette created on .