Lilac Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lilac Whisper palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lilac Whisper Color Palette (PNG)
Lilac Whisper color palette CSS
/* CSS */
.color-1 {
color: #d5c1e7;
}
.color-2 {
color: #b799d6;
}
.color-3 {
color: #8e7cb6;
}
.color-4 {
color: #705b9a;
}
.color-5 {
color: #4c3875;
}
/* CSS Variables */
:root {
--color-1: #d5c1e7;
--color-2: #b799d6;
--color-3: #8e7cb6;
--color-4: #705b9a;
--color-5: #4c3875;
}
Lilac Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c1e7, #b799d6, #8e7cb6, #705b9a, #4c3875);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c1e7, #b799d6, #8e7cb6, #705b9a, #4c3875);
}
Similar color palettes
Lilac Whisper color palette created on .