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