Lavender Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Dreams palette
Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #9c79d8;
}
.color-3 {
color: #c2a3e0;
}
.color-4 {
color: #e3d1f5;
}
.color-5 {
color: #f3b4e5;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #9c79d8;
--color-3: #c2a3e0;
--color-4: #e3d1f5;
--color-5: #f3b4e5;
}
Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #9c79d8, #c2a3e0, #e3d1f5, #f3b4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #9c79d8, #c2a3e0, #e3d1f5, #f3b4e5);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Lavender Dreams color palette created on .