Tyrian Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tyrian Dream palette

Share this palette to:

Tyrian Dream color palette PNG image

Download tyrian dream color palette PNG image (landscape)
Download tyrian dream color palette PNG image (square)

Tyrian Dream color palette CSS

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #7c68ee;
}
.color-3 {
color: #9b58b6;
}
.color-4 {
color: #da71d7;
}
.color-5 {
color: #ffb8c1;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #7c68ee;
--color-3: #9b58b6;
--color-4: #da71d7;
--color-5: #ffb8c1;
}

Tyrian Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #7c68ee, #9b58b6, #da71d7, #ffb8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #7c68ee, #9b58b6, #da71d7, #ffb8c1);
}

Tyrian Dream color palette created on .