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: #6c54d9;
}
.color-2 {
color: #a585e0;
}
.color-3 {
color: #d0a1e8;
}
.color-4 {
color: #f1c6e7;
}
.color-5 {
color: #f3b4d4;
}
/* CSS Variables */
:root {
--color-1: #6c54d9;
--color-2: #a585e0;
--color-3: #d0a1e8;
--color-4: #f1c6e7;
--color-5: #f3b4d4;
}
Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c54d9, #a585e0, #d0a1e8, #f1c6e7, #f3b4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c54d9, #a585e0, #d0a1e8, #f1c6e7, #f3b4d4);
}
Similar color palettes
Lavender Dreams color palette created on .