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: #e9c3e7;
}
.color-2 {
color: #d4a6e7;
}
.color-3 {
color: #a86dd0;
}
.color-4 {
color: #6f4eb1;
}
.color-5 {
color: #3c2a92;
}
/* CSS Variables */
:root {
--color-1: #e9c3e7;
--color-2: #d4a6e7;
--color-3: #a86dd0;
--color-4: #6f4eb1;
--color-5: #3c2a92;
}
Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9c3e7, #d4a6e7, #a86dd0, #6f4eb1, #3c2a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9c3e7, #d4a6e7, #a86dd0, #6f4eb1, #3c2a92);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Lavender Dreams color palette created on .