Whispers of Lavender Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Lavender Rose palette
Download Whispers of Lavender Rose Color Palette (PNG)
Whispers of Lavender Rose color palette CSS
/* CSS */
.color-1 {
color: #5e495f;
}
.color-2 {
color: #806b7b;
}
.color-3 {
color: #afa1a3;
}
.color-4 {
color: #d7c6c9;
}
.color-5 {
color: #f2e3e6;
}
/* CSS Variables */
:root {
--color-1: #5e495f;
--color-2: #806b7b;
--color-3: #afa1a3;
--color-4: #d7c6c9;
--color-5: #f2e3e6;
}
Whispers of Lavender Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e495f, #806b7b, #afa1a3, #d7c6c9, #f2e3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e495f, #806b7b, #afa1a3, #d7c6c9, #f2e3e6);
}
Similar color palettes
Whispers of Lavender Rose color palette created on .