Retro Violet Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Violet Dream palette

Share this palette to:

Download Retro Violet Dream Color Palette (PNG)

Download retro violet dream color palette PNG image (landscape)
Download retro violet dream color palette PNG image (square)

Retro Violet Dream color palette CSS

/* CSS */
.color-1 {
color: #7b4c9e;
}
.color-2 {
color: #9f7bb2;
}
.color-3 {
color: #b7a1d3;
}
.color-4 {
color: #e1b7e6;
}
.color-5 {
color: #f7a6c2;
}

/* CSS Variables */
:root {
--color-1: #7b4c9e;
--color-2: #9f7bb2;
--color-3: #b7a1d3;
--color-4: #e1b7e6;
--color-5: #f7a6c2;
}

Retro Violet Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4c9e, #9f7bb2, #b7a1d3, #e1b7e6, #f7a6c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4c9e, #9f7bb2, #b7a1d3, #e1b7e6, #f7a6c2);
}

Retro Violet Dream color palette created on .