Lavender Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Gold palette
Lavender Gold color palette CSS
/* CSS */
.color-1 {
color: #e5e5fa;
}
.color-2 {
color: #f7e7a6;
}
.color-3 {
color: #f9d14e;
}
.color-4 {
color: #d4af35;
}
.color-5 {
color: #b58eeb;
}
/* CSS Variables */
:root {
--color-1: #e5e5fa;
--color-2: #f7e7a6;
--color-3: #f9d14e;
--color-4: #d4af35;
--color-5: #b58eeb;
}
Lavender Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e5fa, #f7e7a6, #f9d14e, #d4af35, #b58eeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e5fa, #f7e7a6, #f9d14e, #d4af35, #b58eeb);
}
Similar color palettes
Lavender Gold color palette created on .