Lavender Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Dreamscape palette
Lavender Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #4c3d8f;
}
.color-2 {
color: #705f9b;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #c09cce;
}
.color-5 {
color: #e1b5e8;
}
/* CSS Variables */
:root {
--color-1: #4c3d8f;
--color-2: #705f9b;
--color-3: #a77ccb;
--color-4: #c09cce;
--color-5: #e1b5e8;
}
Lavender Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d8f, #705f9b, #a77ccb, #c09cce, #e1b5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d8f, #705f9b, #a77ccb, #c09cce, #e1b5e8);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Lavender Dreamscape color palette created on .