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