Electric Violet Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Violet Dreams palette

Share this palette to:

Electric Violet Dreams color palette CSS

/* CSS */
.color-1 {
color: #7a00b3;
}
.color-2 {
color: #a400d6;
}
.color-3 {
color: #d65cb1;
}
.color-4 {
color: #f7a1c3;
}
.color-5 {
color: #ffb3e4;
}

/* CSS Variables */
:root {
--color-1: #7a00b3;
--color-2: #a400d6;
--color-3: #d65cb1;
--color-4: #f7a1c3;
--color-5: #ffb3e4;
}

Electric Violet Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a00b3, #a400d6, #d65cb1, #f7a1c3, #ffb3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a00b3, #a400d6, #d65cb1, #f7a1c3, #ffb3e4);
}

Electric Violet Dreams color palette created on .