Lavender Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Dreams palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lavender Dreams Color Palette (PNG)
Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #3c1056;
}
.color-2 {
color: #58206f;
}
.color-3 {
color: #7a3681;
}
.color-4 {
color: #90477f;
}
.color-5 {
color: #944c6d;
}
/* CSS Variables */
:root {
--color-1: #3c1056;
--color-2: #58206f;
--color-3: #7a3681;
--color-4: #90477f;
--color-5: #944c6d;
}
Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1056, #58206f, #7a3681, #90477f, #944c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1056, #58206f, #7a3681, #90477f, #944c6d);
}
Similar color palettes
Lavender Dreams color palette created on .