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