Violet Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Violet Reverie palette

Share this palette to:

Violet Reverie color palette PNG image

Download violet reverie color palette PNG image (landscape)
Download violet reverie color palette PNG image (square)

Violet Reverie color palette CSS

/* CSS */
.color-1 {
color: #ff00ff;
}
.color-2 {
color: #a300a0;
}
.color-3 {
color: #7b0b7f;
}
.color-4 {
color: #3c0d4a;
}
.color-5 {
color: #1a0d2b;
}

/* CSS Variables */
:root {
--color-1: #ff00ff;
--color-2: #a300a0;
--color-3: #7b0b7f;
--color-4: #3c0d4a;
--color-5: #1a0d2b;
}

Violet Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff00ff, #a300a0, #7b0b7f, #3c0d4a, #1a0d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff00ff, #a300a0, #7b0b7f, #3c0d4a, #1a0d2b);
}

Similar color palettes

Scroll down to explore 1 Fuschia color palette

Violet Reverie color palette created on .