Village Market Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Village Market Dreams palette

Share this palette to:

Village Market Dreams color palette CSS

/* CSS */
.color-1 {
color: #daa94e;
}
.color-2 {
color: #c47a31;
}
.color-3 {
color: #a9522d;
}
.color-4 {
color: #8f2d3c;
}
.color-5 {
color: #6b1f4e;
}

/* CSS Variables */
:root {
--color-1: #daa94e;
--color-2: #c47a31;
--color-3: #a9522d;
--color-4: #8f2d3c;
--color-5: #6b1f4e;
}

Village Market Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa94e, #c47a31, #a9522d, #8f2d3c, #6b1f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa94e, #c47a31, #a9522d, #8f2d3c, #6b1f4e);
}

Village Market Dreams color palette created on .