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: #5d2a8d;
}
.color-2 {
color: #8c4bb4;
}
.color-3 {
color: #b37dd9;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f3a5d4;
}
/* CSS Variables */
:root {
--color-1: #5d2a8d;
--color-2: #8c4bb4;
--color-3: #b37dd9;
--color-4: #eab8e4;
--color-5: #f3a5d4;
}
Lavender Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d2a8d, #8c4bb4, #b37dd9, #eab8e4, #f3a5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d2a8d, #8c4bb4, #b37dd9, #eab8e4, #f3a5d4);
}
Similar color palettes
Lavender Dreamscape color palette created on .