Dreamy Lavender Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Lavender palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dreamy Lavender Color Palette (PNG)
Dreamy Lavender color palette CSS
/* CSS */
.color-1 {
color: #a59fe5;
}
.color-2 {
color: #c0a4f9;
}
.color-3 {
color: #d5a8ff;
}
.color-4 {
color: #f1b3ff;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #a59fe5;
--color-2: #c0a4f9;
--color-3: #d5a8ff;
--color-4: #f1b3ff;
--color-5: #ff7092;
}
Dreamy Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a59fe5, #c0a4f9, #d5a8ff, #f1b3ff, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a59fe5, #c0a4f9, #d5a8ff, #f1b3ff, #ff7092);
}
Similar color palettes
Scroll down to explore 40+ Lavender color palettes
Dreamy Lavender color palette created on .