Lavender Fields Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Fields palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lavender Fields Color Palette (PNG)
Lavender Fields color palette CSS
/* CSS */
.color-1 {
color: #b497c9;
}
.color-2 {
color: #d6a4df;
}
.color-3 {
color: #f3c3e2;
}
.color-4 {
color: #f3e8b4;
}
.color-5 {
color: #b1d576;
}
/* CSS Variables */
:root {
--color-1: #b497c9;
--color-2: #d6a4df;
--color-3: #f3c3e2;
--color-4: #f3e8b4;
--color-5: #b1d576;
}
Lavender Fields background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b497c9, #d6a4df, #f3c3e2, #f3e8b4, #b1d576);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b497c9, #d6a4df, #f3c3e2, #f3e8b4, #b1d576);
}
Similar color palettes
Lavender Fields color palette created on .