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 CSS

/* CSS */
.color-1 {
color: #c87aff;
}
.color-2 {
color: #a64dc7;
}
.color-3 {
color: #7829a3;
}
.color-4 {
color: #5b0080;
}
.color-5 {
color: #3d005c;
}

/* CSS Variables */
:root {
--color-1: #c87aff;
--color-2: #a64dc7;
--color-3: #7829a3;
--color-4: #5b0080;
--color-5: #3d005c;
}

Violet Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c87aff, #a64dc7, #7829a3, #5b0080, #3d005c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c87aff, #a64dc7, #7829a3, #5b0080, #3d005c);
}

Violet Reverie color palette created on .