Soft Lavender Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Lavender Dreams palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Lavender Dreams Color Palette (PNG)
Soft Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #b0a2e6;
}
.color-2 {
color: #9e7be0;
}
.color-3 {
color: #7c6dd5;
}
.color-4 {
color: #5b5abf;
}
.color-5 {
color: #494f9c;
}
/* CSS Variables */
:root {
--color-1: #b0a2e6;
--color-2: #9e7be0;
--color-3: #7c6dd5;
--color-4: #5b5abf;
--color-5: #494f9c;
}
Soft Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0a2e6, #9e7be0, #7c6dd5, #5b5abf, #494f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0a2e6, #9e7be0, #7c6dd5, #5b5abf, #494f9c);
}
Similar color palettes
Soft Lavender Dreams color palette created on .