Whispers of Lavender Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Lavender palette
Whispers of Lavender color palette PNG image
Whispers of Lavender color palette CSS
/* CSS */
.color-1 {
color: #e4d8e9;
}
.color-2 {
color: #d2c4d9;
}
.color-3 {
color: #b2a6c9;
}
.color-4 {
color: #a67dba;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #e4d8e9;
--color-2: #d2c4d9;
--color-3: #b2a6c9;
--color-4: #a67dba;
--color-5: #000000;
}
Whispers of Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d8e9, #d2c4d9, #b2a6c9, #a67dba, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d8e9, #d2c4d9, #b2a6c9, #a67dba, #000000);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Whispers of Lavender color palette created on .