Violet Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Violet Reverie palette
Violet Reverie color palette CSS
/* CSS */
.color-1 {
color: #5c4d9d;
}
.color-2 {
color: #8b69bf;
}
.color-3 {
color: #a87ecd;
}
.color-4 {
color: #d2a6e3;
}
.color-5 {
color: #f1c7ff;
}
/* CSS Variables */
:root {
--color-1: #5c4d9d;
--color-2: #8b69bf;
--color-3: #a87ecd;
--color-4: #d2a6e3;
--color-5: #f1c7ff;
}
Violet Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4d9d, #8b69bf, #a87ecd, #d2a6e3, #f1c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4d9d, #8b69bf, #a87ecd, #d2a6e3, #f1c7ff);
}
Similar color palettes
Violet Reverie color palette created on .