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: #e2cbf1;
}
.color-2 {
color: #d4aedb;
}
.color-3 {
color: #cd8ad6;
}
.color-4 {
color: #9b59c5;
}
.color-5 {
color: #863394;
}
/* CSS Variables */
:root {
--color-1: #e2cbf1;
--color-2: #d4aedb;
--color-3: #cd8ad6;
--color-4: #9b59c5;
--color-5: #863394;
}
Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2cbf1, #d4aedb, #cd8ad6, #9b59c5, #863394);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2cbf1, #d4aedb, #cd8ad6, #9b59c5, #863394);
}
Similar color palettes
Lavender Dreams color palette created on .