Verbena Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verbena Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Verbena Dream Color Palette (PNG)
Verbena Dream color palette CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #9b7ccb;
}
.color-3 {
color: #d9c3e9;
}
.color-4 {
color: #f5e6a8;
}
.color-5 {
color: #f2b636;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #9b7ccb;
--color-3: #d9c3e9;
--color-4: #f5e6a8;
--color-5: #f2b636;
}
Verbena Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #9b7ccb, #d9c3e9, #f5e6a8, #f2b636);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #9b7ccb, #d9c3e9, #f5e6a8, #f2b636);
}
Similar color palettes
Scroll down to explore 40+ Purple color palettes
Verbena Dream color palette created on .