Violet Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Violet Dream palette
Violet Dream color palette PNG image
Violet Dream color palette CSS
/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #5c4f8c;
}
.color-4 {
color: #d8c0d8;
}
.color-5 {
color: #f0e78e;
}
/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #6a5bcd;
--color-3: #5c4f8c;
--color-4: #d8c0d8;
--color-5: #f0e78e;
}
Violet Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #6a5bcd, #5c4f8c, #d8c0d8, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #6a5bcd, #5c4f8c, #d8c0d8, #f0e78e);
}
Similar color palettes
Violet Dream color palette created on .