Golden Lavender Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Lavender Dreams palette

Share this palette to:

Golden Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f9e29f;
}
.color-3 {
color: #f6d5a7;
}
.color-4 {
color: #e1af7a;
}
.color-5 {
color: #c9a86e;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f9e29f;
--color-3: #f6d5a7;
--color-4: #e1af7a;
--color-5: #c9a86e;
}

Golden Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f9e29f, #f6d5a7, #e1af7a, #c9a86e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f9e29f, #f6d5a7, #e1af7a, #c9a86e);
}

Golden Lavender Dreams color palette created on .