Lavender Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Dream palette
Lavender Dream color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f9f5ff;
}
.color-3 {
color: #6c5eb0;
}
.color-4 {
color: #4a2b4a;
}
.color-5 {
color: #e0e0f5;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f9f5ff;
--color-3: #6c5eb0;
--color-4: #4a2b4a;
--color-5: #e0e0f5;
}
Lavender Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f9f5ff, #6c5eb0, #4a2b4a, #e0e0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f9f5ff, #6c5eb0, #4a2b4a, #e0e0f5);
}
Similar color palettes
Lavender Dream color palette created on .